// @flow import Page from "../components/Page"; export default function Contact() { return ( <Page title="Contact us"> <div>Contact</div> </Page> ); }