diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a7ad368..99d72a3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -316,4 +316,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file