diff --git a/src/app/_components/SearchBar.tsx b/src/app/_components/SearchBar.tsx index 7f0b368..6a5115d 100644 --- a/src/app/_components/SearchBar.tsx +++ b/src/app/_components/SearchBar.tsx @@ -1,5 +1,5 @@ "use client"; -import { ChangeEvent, ReactEventHandler, useState } from "react"; +import { ChangeEvent } from "react"; import { Input } from "~/components/ui/input"; import useFilterStore from "../store";