Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 23:16:16 +00:00
parent 9d0f043525
commit 9c6431ad8f

View File

@@ -9,7 +9,7 @@ import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog
import { useProductCatalog } from "@/hooks/useProductCatalog"; import { useProductCatalog } from "@/hooks/useProductCatalog";
function ShopPageContent() { function ShopPageContent() {
const { const {
products, products,
isLoading, isLoading,
search, search,