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

This commit is contained in:
2026-02-25 10:07:20 +00:00
parent b20ef19b0a
commit e194cc81d6

View File

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