Main Intro component structure and quickfixes
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user