From 25abee8930176136312912336fd90cc87e61a271 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 c624df32..9812f3be 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) {