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