diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 13:33:27 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-26 13:46:59 -0400 |
| commit | ec05edf5ad729f6a02618f88ca1cfe3ef6a6f0ea (patch) | |
| tree | 73fd3b456c75f086d4bf9ba1b56c75e0486336de /src/data/things/album/index.js | |
| parent | 5c19b69f94b1ef913b114853264917f7eda627ed (diff) | |
data: split album.js
Diffstat (limited to 'src/data/things/album/index.js')
| -rw-r--r-- | src/data/things/album/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/album/index.js b/src/data/things/album/index.js new file mode 100644 index 00000000..67bf47ab --- /dev/null +++ b/src/data/things/album/index.js @@ -0,0 +1,2 @@ +export * from './Album.js'; +export * from './TrackSection.js'; |