diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2025-11-20 15:51:14 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2025-11-25 07:06:49 -0400 |
| commit | f44b69b6079c80da98aafe9022cb68923e52a03c (patch) | |
| tree | f5899a51a4dba595a031b7a40c3e0ebd1a468380 /src/data/composite/things/track-section/index.js | |
| parent | 03142771e556f9e115709832a98d81942528f10a (diff) | |
data, yaml: save() -> connect(), Thing.wikiData & friends
HOLY GUACAMOLE
Diffstat (limited to 'src/data/composite/things/track-section/index.js')
| -rw-r--r-- | src/data/composite/things/track-section/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/composite/things/track-section/index.js b/src/data/composite/things/track-section/index.js index f11a2ab5..1da49ea4 100644 --- a/src/data/composite/things/track-section/index.js +++ b/src/data/composite/things/track-section/index.js @@ -1,3 +1,2 @@ -export {default as withAlbum} from './withAlbum.js'; export {default as withContinueCountingFrom} from './withContinueCountingFrom.js'; export {default as withStartCountingFrom} from './withStartCountingFrom.js'; |