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