« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index bf3df9a7..766ceb44 100644
--- a/src/data/things/index.js
+++ b/src/data/things/index.js
@@ -1,20 +1,21 @@
 // Not actually the entry point for #things - that's init.js in this folder.
 
-export * from './additional-file.js';
-export * from './additional-name.js';
+export * from './AdditionalFile.js';
+export * from './AdditionalName.js';
+export * from './ArtTag.js';
+export * from './Artist.js';
+export * from './Artwork.js';
+export * from './Contribution.js';
+export * from './Language.js';
+export * from './MusicVideo.js';
+export * from './NewsEntry.js';
+export * from './StaticPage.js';
+export * from './Track.js';
+export * from './WikiInfo.js';
+
 export * from './album.js';
-export * from './art-tag.js';
-export * from './artist.js';
-export * from './artwork.js';
 export * from './content.js';
-export * from './contribution.js';
 export * from './flash.js';
 export * from './group.js';
 export * from './homepage-layout.js';
-export * from './language.js';
-export * from './music-video.js';
-export * from './news-entry.js';
 export * from './sorting-rule.js';
-export * from './static-page.js';
-export * from './track.js';
-export * from './wiki-info.js';