Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 27, 2024
1 parent 6abf0aa commit f541f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/ts/commandline/commandline.ts
Expand Up @@ -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 = {
Expand Down

0 comments on commit f541f7c

Please sign in to comment.