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