diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 13:27:30 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 13:46:59 -0400 |
| commit | 5c19b69f94b1ef913b114853264917f7eda627ed (patch) | |
| tree | 040ee5d23b9d669a61b3643ccbbb908b3f594f13 /src/data/things/index.js | |
| parent | ca4e9b3fd53f91e1cd95c8aa20496177ec39d669 (diff) | |
data: split homepage-layout.js
Diffstat (limited to 'src/data/things/index.js')
| -rw-r--r-- | src/data/things/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js index 766ceb44..aeaecf0e 100644 --- a/src/data/things/index.js +++ b/src/data/things/index.js @@ -1,5 +1,7 @@ // Not actually the entry point for #things - that's init.js in this folder. +export * from './homepage-layout/index.js'; + export * from './AdditionalFile.js'; export * from './AdditionalName.js'; export * from './ArtTag.js'; @@ -17,5 +19,4 @@ export * from './album.js'; export * from './content.js'; export * from './flash.js'; export * from './group.js'; -export * from './homepage-layout.js'; export * from './sorting-rule.js'; |