diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 937ecbb..7f1b108 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -10,8 +10,6 @@ import { useProductCatalog } from "@/hooks/useProductCatalog"; function ShopPageContent() { const { products, - search, - setSearch, category, setCategory, sort, @@ -45,8 +43,6 @@ function ShopPageContent() { Loading products...}>