« get me outta code hell

define global #sugar and #wiki-data imports - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-18 13:47:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-18 13:47:32 -0300
commit8044dc9eb058761038e0ad81aa6e6378a8b9cbd4 (patch)
tree4888cc3c0b0d1c084d221c2a1bdb67b696662669 /src/content/dependencies/index.js
parent3af3da2ea0e54efeab003d62e698ab8fdaeb4fbb (diff)
define global #sugar and #wiki-data imports
Diffstat (limited to 'src/content/dependencies/index.js')
-rw-r--r--src/content/dependencies/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/index.js b/src/content/dependencies/index.js
index 3c9ad328..60408293 100644
--- a/src/content/dependencies/index.js
+++ b/src/content/dependencies/index.js
@@ -8,7 +8,7 @@ import {fileURLToPath} from 'node:url';
 
 import contentFunction, {ContentFunctionSpecError} from '../../content-function.js';
 import {color, logWarn} from '../../util/cli.js';
-import {annotateFunction} from '../../util/sugar.js';
+import {annotateFunction} from '#sugar';
 
 function cachebust(filePath) {
   if (filePath in cachebust.cache) {