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

Index page

Testing

) export default IndexPage