mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-16 10:36:11 +08:00
removed unused imports
This commit is contained in:
parent
4ba5b85630
commit
1d0f95d018
3 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import * as DB from "./db";
|
||||
import * as Misc from "./misc";
|
||||
import * as Sound from "./sound";
|
||||
import * as TestUI from "./test-ui";
|
||||
import * as ChartController from "./chart-controller";
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import * as DB from "./db";
|
||||
import * as TestUI from "./test-ui";
|
||||
import * as Misc from "./misc";
|
||||
|
||||
export function saveActiveToLocalStorage() {
|
||||
let tags = [];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import Config, * as UpdateConfig from "./config";
|
||||
import * as Notifications from "./notifications";
|
||||
import * as Misc from "./misc";
|
||||
import * as Caret from "./caret";
|
||||
import * as TestLogic from "./test-logic";
|
||||
import * as CustomText from "./custom-text";
|
||||
|
|
Loading…
Add table
Reference in a new issue