Skip to content

Commit 2cb9181

Browse files
committed
refactor: remove unused CSS import from SearchInput component
1 parent 646589f commit 2cb9181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Navbar/SearchInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { useTranslation } from "@/i18n/use-translation";
44
import { meilisearchClient } from "@/lib/meilisearch.client";
5-
import "instantsearch.css/themes/satellite.css";
65

76
import { useDebouncedCallback } from "@/hooks/use-debounced-callback";
87
import { useMutation } from "@tanstack/react-query";

0 commit comments

Comments
 (0)