From 11ec67f0e35dd3667680c8c453f5154e2e8455c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 14:51:07 +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 af0add0..253bd6d 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -248,4 +248,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +}