Main Intro component structure and quickfixes

This commit is contained in:
Moris Zen
2018-06-27 17:29:39 +02:00
parent ea7f4bdd21
commit 087408e1c9
6 changed files with 708 additions and 29 deletions

View File

@@ -1,9 +1,10 @@
import React from 'react'
import MainIntro from '../components/MainIntro'
const IndexPage = () => (
<div>
<h1>Index page</h1>
<p>Testing</p>
<MainIntro />
</div>
)