From c0da5aaa95b16c6bdec557866ce454c64ce9b897 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 14:52:22 +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 773a314..0fd952b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -302,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}