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

This commit is contained in:
2026-02-27 05:12:16 +00:00
parent c9316200bc
commit a2f7dec124

View File

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