mirror of
https://github.com/vercel/commerce.git
synced 2025-07-11 23:11:22 +00:00
✨ feat: Home Feature
This commit is contained in:
parent
558a3de4a6
commit
9c98a4fd75
@ -1,7 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import s from './HomeFeature.module.scss'
|
import s from './HomeFeature.module.scss'
|
||||||
|
|
||||||
import HomeFeatureItem from '../HomeFeatureItem/HomeFeatureItem'
|
import HomeFeatureItem from './components/HomeFeatureItem/HomeFeatureItem'
|
||||||
|
|
||||||
const HomeFeature = () => {
|
const HomeFeature = () => {
|
||||||
return (
|
return (
|
@ -1 +0,0 @@
|
|||||||
export { default as HomeFuture } from './HomeFeature/HomeFeature';
|
|
Loading…
x
Reference in New Issue
Block a user