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

This commit is contained in:
2026-02-25 12:48:07 +00:00
parent 5657463b6e
commit 3aa6a06226

View File

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