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

This commit is contained in:
2026-02-27 06:09:44 +00:00
parent 2a7d65f16c
commit 0cb5361d55

View File

@@ -316,4 +316,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}