mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🎨 styles: list product with info component
:%s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Layout, RecipeDetail } from 'src/components/common';
|
||||
import { ProductInfoDetail } from 'src/components/modules/product-detail';
|
||||
import { ProductInfoDetail, ViewedProducts } from 'src/components/modules/product-detail';
|
||||
import { PRODUCT_DATA_TEST } from 'src/utils/demo-data';
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ export default function Demo() {
|
||||
return <>
|
||||
<ProductInfoDetail />
|
||||
<RecipeDetail ingredients={PRODUCT_DATA_TEST}/>
|
||||
<ViewedProducts/>
|
||||
</>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user