Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 23:23:27 +00:00
parent 258f0a53a5
commit da57bfef96

View File

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