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

This commit is contained in:
2026-02-20 21:47:23 +00:00
parent b948116aab
commit ea088095f0

View File

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