Update shopify collection
This commit is contained in:
7
app/products/[handle]/page.tsx
Normal file
7
app/products/[handle]/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import ProductDetail from '@/components/shopify/product-detail';
|
||||
|
||||
export default function ProductDetailPage() {
|
||||
return <ProductDetail />;
|
||||
}
|
||||
Reference in New Issue
Block a user