removed unused imports

This commit is contained in:
Miodec 2021-03-28 02:47:45 +01:00
parent 093d5bbafd
commit 533f995baa

View file

@ -24,7 +24,6 @@ import * as OutOfFocus from "./out-of-focus";
import * as ChartController from "./chart-controller";
import * as ThemeController from "./theme-controller";
import * as Caret from "./caret";
import * as CustomTextPopup from "./custom-text-popup";
import * as ManualRestart from "./manual-restart-tracker";
import Config, * as UpdateConfig from "./config";
// import * as ConfigSet from "./config-set";
@ -40,7 +39,6 @@ import * as TimerProgress from "./timer-progress";
import * as TestLogic from "./test-logic";
import * as Funbox from "./funbox";
import * as PaceCaret from "./pace-caret";
import * as QuoteSearchPopup from "./quote-search-popup";
import * as TagController from "./tag-controller";
import * as TestTimer from "./test-timer";
import * as LanguagePicker from "./language-picker";
@ -48,7 +46,6 @@ import * as UI from "./ui";
import * as Commandline from "./commandline";
import * as CommandlineLists from "./commandline-lists";
import * as ChallengeController from "./challenge-controller";
import * as CustomMode2Popup from "./custom-mode2-popup";
import * as TestConfig from "./test-config";
import * as Loader from "./loader";
import * as MiniResultChart from "./mini-result-chart";