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'),