From 1f37e5d6b0c6fccc9c46aabd7bd402375131d452 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 26 Jan 2026 14:07:13 -0400 Subject: data: break up content.js, flash.js, sorting-rule.js --- src/data/things/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/data/things/index.js') 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'; -- cgit 1.3.0-6-gf8a5