From 2cc6eb32243bd2552af59406ea9fcd5c2494125c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 02:05:02 +0200 Subject: [PATCH] style: format static/search/actions.ts --- static/search/actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {