Merge branch 'common' into m5-sonnguyen

This commit is contained in:
sonnguyenkieio
2021-09-09 15:53:14 +07:00
committed by GitHub
318 changed files with 3478 additions and 5979 deletions

View File

@@ -1,7 +1,5 @@
import { Layout, BreadcrumbCommon, TabCommon } from 'src/components/common'
import { AccountNavigation, DeliveryItem, AccountPage } from 'src/components/modules/account';
import { Layout } from 'src/components/common';
import { HomeBanner, HomeCategories, HomeCollection, HomeCTA, HomeFeature, HomeRecipe, HomeSubscribe, HomeVideo } from 'src/components/modules/home';
export default function Home() {
return (
@@ -17,7 +15,10 @@ export default function Home() {
<HomeVideo />
<HomeCTA />
<HomeRecipe />
<HomeSubscribe /> */}
<HomeSubscribe />
{/* // todo: uncomment */}
{/* <ModalCreateUserInfo/> */}
</>
)
}