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

This commit is contained in:
2026-02-26 19:47:55 +00:00
parent 322314d02d
commit 6c28075d56

View File

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