import React from 'react' const IndexPage = () => (

Index page

) export default IndexPage