🎨 styles: modal create user info

:%s
This commit is contained in:
lytrankieio123
2021-08-30 11:10:23 +07:00
parent e0ccff890d
commit 37197743ce
9 changed files with 88 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import { Layout } from 'src/components/common'
import { Layout, ModalCreateUserInfo } from 'src/components/common'
import { HomeBanner, HomeCollection, HomeCTA, HomeSubscribe, HomeVideo, HomeCategories, HomeFeature, HomeRecipe } from 'src/components/modules/home';
export default function Home() {
@@ -13,6 +13,8 @@ export default function Home() {
<HomeCTA />
<HomeRecipe />
<HomeSubscribe />
<ModalCreateUserInfo/>
</>
)
}