From 56e1f9606c0523c62f40ba1407126b826d9cf811 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 15:11:13 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ---- 1 file changed, 4 deletions(-) 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...}>