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