diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 21:52:18 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 21:52:18 -0300 |
| commit | e56b564efe888e028e4b01891d9074e8532360d2 (patch) | |
| tree | 4525dd2a274f8320d94be5cfbf1b1ad8586420d2 /src/data/things/index.js | |
| parent | e518aba281c2deca085bcb1245f8da5448f28981 (diff) | |
data, content: additional file artists preview
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 3773864b..8cd21e9d 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 './additional-file/index.js'; export * from './album/index.js'; export * from './content/index.js'; export * from './contrib/index.js'; @@ -8,7 +9,6 @@ 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'; export * from './ArtTag.js'; export * from './Artist.js'; |