diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 013d498..16975f0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -215,12 +215,9 @@ function ProductPageContent({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 12cdf97..d67ab5a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -95,12 +95,9 @@ function ShopPageContent() {