feat: Home Feature

This commit is contained in:
quocsonnguyen 2021-08-27 12:37:21 +07:00
parent 558a3de4a6
commit 9c98a4fd75
3 changed files with 1 additions and 2 deletions

View File

@ -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 (

View File

@ -1 +0,0 @@
export { default as HomeFuture } from './HomeFeature/HomeFeature';