From 4692dde3d59066aee5c3de59674a06edd5d9476a Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 26 Aug 2022 11:55:56 +0200 Subject: [PATCH] resolve compile error --- dev/Common/Html.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/Common/Html.js b/dev/Common/Html.js index cf78b1260..4df4538e9 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -1,6 +1,5 @@ -import { createElement, SettingsGet } from 'Common/Globals'; +import { createElement } from 'Common/Globals'; import { forEachObjectEntry, pInt } from 'Common/Utils'; -import { proxy } from 'Common/Links'; const tpl = createElement('template'),