diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ce32882..b72a9b8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -92,13 +92,7 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +}