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