« 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/listTagsByName.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/dependencies/listTagsByName.js')
-rw-r--r--src/content/dependencies/listTagsByName.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/listTagsByName.js b/src/content/dependencies/listTagsByName.js
index b5aa172..8571ccd 100644
--- a/src/content/dependencies/listTagsByName.js
+++ b/src/content/dependencies/listTagsByName.js
@@ -1,5 +1,5 @@
-import {stitchArrays} from '../../util/sugar.js';
-import {sortAlphabetically} from '../../util/wiki-data.js';
+import {stitchArrays} from '#sugar';
+import {sortAlphabetically} from '#wiki-data';
 
 export default {
   contentDependencies: ['generateListingPage', 'linkArtTag'],