mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🎨 styles: modal create user info
:%s
This commit is contained in:
@@ -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/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user