🎨 styles: list product with info component

:%s
This commit is contained in:
lytrankieio123
2021-09-06 09:10:02 +07:00
parent 42ebe880b8
commit 9b669335ca
9 changed files with 99 additions and 29 deletions

View File

@@ -1,11 +1,10 @@
import { Layout, RecipeDetail } from 'src/components/common'
import { Layout } from 'src/components/common'
import { ProductInfoDetail } from 'src/components/modules/product-detail'
export default function Slug() {
return <>
<ProductInfoDetail/>
<RecipeDetail/>
</>
}