diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 917ae1d..11c1647 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,11 +85,10 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -158,11 +157,10 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -238,11 +236,10 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -323,4 +320,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}