Template
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import ProductDetail from '@/components/shopify/product-detail';
|
||||
import ProductRecommendations from '@/components/shopify/product-recommendations';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<ProductDetail addToCartLabel="Add to Cart" />
|
||||
<ProductRecommendations title="You May Also Like" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user