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

This commit is contained in:
2026-02-18 09:44:58 +00:00
parent 7c21350817
commit 01ba8a6b94

View File

@@ -254,4 +254,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}