import React from 'react' import Hero from '~/components/hero' const Index = () => ( <>

Homepage

) export default Index