diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3090153..43724cc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -37,8 +37,8 @@ function ProductDetailContent({ id }: { id: string }) { return (
- - + +
); }