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