diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1ef2cca..059b424 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 +}