Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-12 12:10:40 +00:00
parent 6697a2af2d
commit 97bb4484dc

View File

@@ -11,6 +11,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import { useProductDetail } from "@/hooks/useProductDetail";
import { useCart } from "@/hooks/useCart";
import { useCheckout } from "@/hooks/useCheckout";
import Link from 'next/link';
interface ProductPageProps {
params: Promise<{ id: string }>;