diff --git a/static/search/actions.ts b/static/search/actions.ts index c624df3..9812f3b 100644 --- a/static/search/actions.ts +++ b/static/search/actions.ts @@ -1,6 +1,6 @@ -import { searchInput } from "./state"; -import { setClearButtonState } from "./render"; import { cancelScheduledFetch, fetchSearchItems } from "./fetch"; +import { setClearButtonState } from "./render"; +import { searchInput } from "./state"; export const openSearch = (): void => { if (!searchInput) {