diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 52ecec2..37306c2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -262,4 +262,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file