mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-20 04:26:28 +08:00
chore: remove unused import
This commit is contained in:
parent
6abf0aa9b2
commit
f541f7c579
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ import * as OutOfFocus from "../test/out-of-focus";
|
|||
import * as ActivePage from "../states/active-page";
|
||||
import { focusWords } from "../test/test-ui";
|
||||
import * as Loader from "../elements/loader";
|
||||
import { debounce } from "throttle-debounce";
|
||||
|
||||
type CommandlineMode = "search" | "input";
|
||||
type InputModeParams = {
|
||||
|
|
Loading…
Add table
Reference in a new issue