Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: YouXam <[email protected]>
  • Loading branch information
YouXam committed Jan 12, 2025
1 parent 4c18e95 commit cd84926
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/search-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import MiniSearch from "minisearch"
import { detect_search_type } from "@/lib/search"
import { Badge } from "@/components/ui/badge"
import { MultiSelect, MultiSelectOption } from "./ui/multiselect"
import { arrayEqual } from "@/lib/utils"

const minisearch = new MiniSearch({
fields: ["data.title", "data.authors", "data.translators", "data.publisher",
Expand Down
1 change: 0 additions & 1 deletion src/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useIsMobile } from "@/hooks/use-mobile"
import { TabItem, TabList } from "./tab"
import { SearchList } from "./search-list"
import { useDebounce, useDebounceFn } from "@/hooks/use-debounce"
import { useStorage } from "@/hooks/use-storage"

const DEBOUNCE_TIME = 500;

Expand Down

0 comments on commit cd84926

Please sign in to comment.