♻️ enhan: shorcut demo modal create user info

:%s
This commit is contained in:
lytrankieio123
2021-08-30 11:23:10 +07:00
parent 2a808cb767
commit f94aded113
4 changed files with 25 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { Layout, ModalCreateUserInfo } from 'src/components/common'
import { HomeBanner, HomeCollection, HomeCTA, HomeSubscribe, HomeVideo, HomeCategories, HomeFeature, HomeRecipe } from 'src/components/modules/home';
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 (
@@ -14,7 +14,8 @@ export default function Home() {
<HomeRecipe />
<HomeSubscribe />
<ModalCreateUserInfo/>
// todo: uncomment
{/* <ModalCreateUserInfo/> */}
</>
)
}