Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-06 17:09:53 +00:00
parent a0012cbfdf
commit 7acfbfa8fd

View File

@@ -240,4 +240,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}