chore: remove unused import

This commit is contained in:
Miodec 2024-04-27 10:57:47 +02:00
parent 6abf0aa9b2
commit f541f7c579

View file

@ -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 = {