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

This commit is contained in:
2026-02-17 16:51:40 +00:00
parent fd1f26ee72
commit 0bdf15ed5a

View File

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