diff options
Diffstat (limited to 'src/data/things/index.js')
| -rw-r--r-- | src/data/things/index.js | 2 |
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'; |