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

This commit is contained in:
2026-02-16 08:54:22 +00:00
parent 7c2fc3fb72
commit 02aef3914d

View File

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