From 8044dc9eb058761038e0ad81aa6e6378a8b9cbd4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 18 Aug 2023 13:47:32 -0300 Subject: define global #sugar and #wiki-data imports --- src/content/dependencies/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/dependencies/index.js') 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) { -- cgit 1.3.0-6-gf8a5