bug: fix bug conflic

This commit is contained in:
quangnhankie
2021-09-08 16:30:18 +07:00
8 changed files with 686 additions and 30 deletions

View File

@@ -1,14 +1,10 @@
import { Layout } from 'src/components/common';
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
import {SelectCommon} from 'src/components/common'
import card from "../public/assets/images/card.png"
export default function Home() {
return (
<>
<HomeBanner />
<HomeBanner/>
<HomeFeature />
<HomeCategories />
<HomeCollection />
@@ -16,7 +12,8 @@ export default function Home() {
<HomeCTA />
<HomeRecipe />
<HomeSubscribe />
{/* todo: uncomment */}
{/* // todo: uncomment */}
{/* <ModalCreateUserInfo/> */}
</>
)