Fix header UI

This commit is contained in:
Kamran Ahmed
2019-09-14 11:29:02 +04:00
parent 33730144b2
commit 3681eafae1
6 changed files with 19 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import './style.scss';
import HeroSection from '../../components/hero-section';
import Footer from '../../components/footer';
export const Home = (props) => (
const Home = (props) => (
<div className='home-container'>
<Header />
<HeroSection />