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