Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 03:38:47 +00:00
parent aaebabbd74
commit 7c0f933032

View File

@@ -9,7 +9,6 @@ import ProductCart from "@/components/ecommerce/cart/ProductCart";
import { useProductCatalog } from "@/hooks/useProductCatalog";
import { useCart } from "@/hooks/useCart";
import { useCheckout } from "@/hooks/useCheckout";
import Link from 'next/link';
function ShopPageContent() {
const {