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

This commit is contained in:
2026-02-18 22:54:17 +00:00
parent 792ef21aff
commit 795bba2bc8

View File

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