1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-27 09:29:00 +02:00

Add hero section and prepare header

This commit is contained in:
Kamran Ahmed
2019-09-04 15:27:00 +04:00
parent b351edfa20
commit 026830d836
14 changed files with 173 additions and 30 deletions

View File

@@ -1,10 +0,0 @@
import Header from '../components/header';
export const Home = (props) => (
<div>
<Header />
<p>Hello Next.js</p>
</div>
);
export default Home;