import React from 'react'
const IndexPage = () => (
<div>
<h1>Index page</h1>
<p>Testing</p>
</div>
)
export default IndexPage