« get me outta code hell

data: TrackSection.{start,continue}CountingFrom, Track.trackNumber - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/track-section/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-04-07 06:57:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-04-07 06:57:21 -0300
commit817b302878251d66ae88fa414f831a001964374f (patch)
tree106d1a7a6b3fe8d45a7731d309ba82560beed135 /src/data/composite/things/track-section/index.js
parentf3d39fd828aef3ac6f78c43d189b8792e2ad8e69 (diff)
data: TrackSection.{start,continue}CountingFrom, Track.trackNumber
Diffstat (limited to 'src/data/composite/things/track-section/index.js')
-rw-r--r--src/data/composite/things/track-section/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/composite/things/track-section/index.js b/src/data/composite/things/track-section/index.js
index 3202ed49..f11a2ab5 100644
--- a/src/data/composite/things/track-section/index.js
+++ b/src/data/composite/things/track-section/index.js
@@ -1 +1,3 @@
 export {default as withAlbum} from './withAlbum.js';
+export {default as withContinueCountingFrom} from './withContinueCountingFrom.js';
+export {default as withStartCountingFrom} from './withStartCountingFrom.js';