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