mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
removed unused imports
This commit is contained in:
parent
093d5bbafd
commit
533f995baa
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue