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,