diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 14:07:13 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 14:07:13 -0400 |
| commit | 1f37e5d6b0c6fccc9c46aabd7bd402375131d452 (patch) | |
| tree | e441757a73dd2b2cb346ce33b90bf185c614fe7c /src/data/things/index.js | |
| parent | aa3cb2dd34780fd97873340c3faf7388993fa8d8 (diff) | |
data: break up content.js, flash.js, sorting-rule.js
Diffstat (limited to 'src/data/things/index.js')
| -rw-r--r-- | src/data/things/index.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js index 4a3d7ad8..bf8a5a33 100644 --- a/src/data/things/index.js +++ b/src/data/things/index.js @@ -1,8 +1,11 @@ // Not actually the entry point for #things - that's init.js in this folder. export * from './album/index.js'; +export * from './content/index.js'; +export * from './flash/index.js'; export * from './group/index.js'; export * from './homepage-layout/index.js'; +export * from './sorting-rule/index.js'; export * from './AdditionalFile.js'; export * from './AdditionalName.js'; @@ -16,7 +19,3 @@ export * from './NewsEntry.js'; export * from './StaticPage.js'; export * from './Track.js'; export * from './WikiInfo.js'; - -export * from './content.js'; -export * from './flash.js'; -export * from './sorting-rule.js'; |