diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5388f42..36a5ae4 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -24,7 +24,6 @@ export default function ProductPage({ params }: ProductPageProps) { product, isLoading, images, - meta, variants, quantityVariant, selectedQuantity, @@ -149,7 +148,6 @@ export default function ProductPage({ params }: ProductPageProps) {