From ca4e9b3fd53f91e1cd95c8aa20496177ec39d669 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 26 Jan 2026 13:11:03 -0400 Subject: infra: rename singleton-export thing modules --- src/data/things/index.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'src/data/things/index.js') diff --git a/src/data/things/index.js b/src/data/things/index.js index bf3df9a7..766ceb44 100644 --- a/src/data/things/index.js +++ b/src/data/things/index.js @@ -1,20 +1,21 @@ // Not actually the entry point for #things - that's init.js in this folder. -export * from './additional-file.js'; -export * from './additional-name.js'; +export * from './AdditionalFile.js'; +export * from './AdditionalName.js'; +export * from './ArtTag.js'; +export * from './Artist.js'; +export * from './Artwork.js'; +export * from './Contribution.js'; +export * from './Language.js'; +export * from './MusicVideo.js'; +export * from './NewsEntry.js'; +export * from './StaticPage.js'; +export * from './Track.js'; +export * from './WikiInfo.js'; + export * from './album.js'; -export * from './art-tag.js'; -export * from './artist.js'; -export * from './artwork.js'; export * from './content.js'; -export * from './contribution.js'; export * from './flash.js'; export * from './group.js'; export * from './homepage-layout.js'; -export * from './language.js'; -export * from './music-video.js'; -export * from './news-entry.js'; export * from './sorting-rule.js'; -export * from './static-page.js'; -export * from './track.js'; -export * from './wiki-info.js'; -- cgit 1.3.0-6-gf8a5