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