« get me outta code hell

data: restore withTrackSections, but simpler now - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/album/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-05-20 11:20:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-05-20 11:20:17 -0300
commit2383ce6c48e499e486e8ede66621af11af237c46 (patch)
treef5c26a35c3d624457f4cffce4ac8c6af17ef823d /src/data/composite/things/album/index.js
parent049f84a55b100a7316b3e0a593fcf23407e3e993 (diff)
data: restore withTrackSections, but simpler now
Diffstat (limited to 'src/data/composite/things/album/index.js')
-rw-r--r--src/data/composite/things/album/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/album/index.js b/src/data/composite/things/album/index.js
index 8b5098f0..0ef91b87 100644
--- a/src/data/composite/things/album/index.js
+++ b/src/data/composite/things/album/index.js
@@ -1 +1,2 @@
+export {default as withTrackSections} from './withTrackSections.js';
 export {default as withTracks} from './withTracks.js';