From c8acca3cb3132a39114f0460b2ba655be1f6f097 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 24 Oct 2021 23:21:11 +0100 Subject: [PATCH] fixed lint warning --- src/js/settings/theme-picker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/settings/theme-picker.js b/src/js/settings/theme-picker.js index a4032cb16..6b7718851 100644 --- a/src/js/settings/theme-picker.js +++ b/src/js/settings/theme-picker.js @@ -5,7 +5,6 @@ import * as Notifications from "./notifications"; import * as CommandlineLists from "./commandline-lists"; import * as ThemeColors from "./theme-colors"; import * as ChartController from "./chart-controller"; -import * as UI from "./ui"; export function updateActiveButton() { $(`.pageSettings .section.themes .theme`).removeClass("active");