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/content/index.js | |
| parent | aa3cb2dd34780fd97873340c3faf7388993fa8d8 (diff) | |
data: break up content.js, flash.js, sorting-rule.js
Diffstat (limited to 'src/data/things/content/index.js')
| -rw-r--r-- | src/data/things/content/index.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/data/things/content/index.js b/src/data/things/content/index.js new file mode 100644 index 00000000..aaa7f304 --- /dev/null +++ b/src/data/things/content/index.js @@ -0,0 +1,9 @@ +// Yet Another Index.js File Descending From A Folder Named Content + +export * from './ContentEntry.js'; + +export * from './CommentaryEntry.js'; +export * from './LyricsEntry.js'; + +export * from './CreditingSourcesEntry.js'; +export * from './ReferencingSourcesEntry.js'; |