Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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 }>;
|
||||
|
||||
Reference in New Issue
Block a user