style: format static/search/actions.ts

This commit is contained in:
2026-06-21 02:05:02 +02:00
committed by Milas Holsting
parent cc071ce9a7
commit 2cc6eb3224

View File

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