« get me outta code hell

data: split album.js - 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:
author(quasar) nebula <qznebula@protonmail.com>2026-01-26 13:33:27 -0400
committer(quasar) nebula <qznebula@protonmail.com>2026-01-26 13:46:59 -0400
commitec05edf5ad729f6a02618f88ca1cfe3ef6a6f0ea (patch)
tree73fd3b456c75f086d4bf9ba1b56c75e0486336de /src/data/things/index.js
parent5c19b69f94b1ef913b114853264917f7eda627ed (diff)
data: split album.js
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index aeaecf0e..74c6f1e4 100644
--- a/src/data/things/index.js
+++ b/src/data/things/index.js
@@ -1,5 +1,6 @@
 // Not actually the entry point for #things - that's init.js in this folder.
 
+export * from './album/index.js';
 export * from './homepage-layout/index.js';
 
 export * from './AdditionalFile.js';
@@ -15,7 +16,6 @@ export * from './StaticPage.js';
 export * from './Track.js';
 export * from './WikiInfo.js';
 
-export * from './album.js';
 export * from './content.js';
 export * from './flash.js';
 export * from './group.js';