« get me outta code hell

data: move composite utilities related to wiki data into thing.js - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/track.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-07 09:55:29 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-07 09:55:29 -0300
commitc86de8a2be3867c14ca92c8e6799fd9b325305ec (patch)
treeae4c6d4662bb35fe52e2e881954a76df37f14595 /src/data/things/track.js
parent78d293d5f4eea7ed6ee6f3cddd3ffcf73c5056a0 (diff)
data: move composite utilities related to wiki data into thing.js
Diffstat (limited to 'src/data/things/track.js')
-rw-r--r--src/data/things/track.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/data/things/track.js b/src/data/things/track.js
index c5e6ff34..0d7803bd 100644
--- a/src/data/things/track.js
+++ b/src/data/things/track.js
@@ -11,13 +11,14 @@ import {
   exposeDependency,
   exposeDependencyOrContinue,
   exposeUpdateValueOrContinue,
-  withResolvedContribs,
-  withResolvedReference,
   withResultOfAvailabilityCheck,
-  withReverseReferenceList,
 } from '#composite';
 
-import Thing from './thing.js';
+import Thing, {
+  withResolvedContribs,
+  withResolvedReference,
+  withReverseReferenceList,
+} from './thing.js';
 
 export class Track extends Thing {
   static [Thing.referenceType] = 'track';