From 0912acb06c54f400ca85dc279dcc46bd7fdabeac Mon Sep 17 00:00:00 2001 From: SRNV Date: Thu, 26 Nov 2020 19:04:02 +0100 Subject: [PATCH] fix path in cssscoper --- classes/css/CSSScoper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/css/CSSScoper.ts b/classes/css/CSSScoper.ts index 72e0e392..e08cb83b 100644 --- a/classes/css/CSSScoper.ts +++ b/classes/css/CSSScoper.ts @@ -1,4 +1,4 @@ -import getDeepTranslation from "../utils/template-recursive.ts"; +import getDeepTranslation from "../../utils/template-recursive.ts"; let i = 0; function getId(type: string): string {