« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/listGroupsByTracks.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/listGroupsByTracks.js')
-rw-r--r--src/content/dependencies/listGroupsByTracks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/listGroupsByTracks.js b/src/content/dependencies/listGroupsByTracks.js
index ab2d459..e105b99 100644
--- a/src/content/dependencies/listGroupsByTracks.js
+++ b/src/content/dependencies/listGroupsByTracks.js
@@ -1,10 +1,10 @@
-import {accumulateSum, stitchArrays} from '../../util/sugar.js';
+import {accumulateSum, stitchArrays} from '#sugar';
 
 import {
   filterByCount,
   sortAlphabetically,
   sortByCount,
-} from '../../util/wiki-data.js';
+} from '#wiki-data';
 
 export default {
   contentDependencies: ['generateListingPage', 'linkGroup'],