From ef8acc5d50fa3c23bd7c9d4bb720b7ff78581981 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 19 Aug 2023 14:13:31 -0300 Subject: clean up imports & miscellaneous metastructures across codebase --- src/content-function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content-function.js') diff --git a/src/content-function.js b/src/content-function.js index 443715d..a3d7b58 100644 --- a/src/content-function.js +++ b/src/content-function.js @@ -3,7 +3,7 @@ import { decorateErrorWithCause, empty, setIntersection, -} from './util/sugar.js'; +} from '#sugar'; export class ContentFunctionSpecError extends Error {} -- cgit 1.3.0-6-gf8a5