diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index bb34964..3fef08c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -84,13 +84,13 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -134,13 +134,13 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -191,13 +191,13 @@ export default function ProductPage({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b9a9866..b033eee 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -34,13 +34,13 @@ export default function ShopPage() { @@ -82,13 +82,13 @@ export default function ShopPage() {