From 9f68418f9bfdbda332e47e559c0951633282bc8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:37:30 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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