We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd306c commit e475948Copy full SHA for e475948
src/routes/product/index.tsx
@@ -78,7 +78,6 @@ export default function Product({ loaderData }: Route.ComponentProps) {
78
79
return (
80
<>
81
- <pre>{JSON.stringify(variantGroups, null, 2)}</pre>
82
<section className="py-12">
83
<Container className="flex flex-col gap-8 md:flex-row md:items-start">
84
<div className="bg-muted rounded-xl min-w-[min(100%,28rem)] self-center flex-grow max-w-xl md:min-w-fit md:self-start">
0 commit comments