diff --git a/app/category/components/CategoryFilters.tsx b/app/category/components/CategoryFilters.tsx index df35f56..a26fff2 100644 --- a/app/category/components/CategoryFilters.tsx +++ b/app/category/components/CategoryFilters.tsx @@ -1,6 +1,5 @@ "use client"; -import Input from "@/app/components/Input"; import { cn } from "@/app/lib/cn"; import { AddSquare, MinusSquare } from "iconsax-reactjs"; import { useState, type FC } from "react"; @@ -19,9 +18,7 @@ const CategoryFilters: FC = () => { }; return ( -
- - +