From 9c6431ad8f3f003517ac381b7ef75165e66a70f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 23:16:16 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6393534..31b7fc2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -9,7 +9,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog import { useProductCatalog } from "@/hooks/useProductCatalog"; function ShopPageContent() { - const { + const { products, isLoading, search,