next.js/examples/with-flow/pages/contact.js
contact.js11 lines170 B
// @flow
import Page from "../components/Page";

export default function Contact() {
  return (
    <Page title="Contact us">
      <div>Contact</div>
    </Page>
  );
}
Quest for Codev2.0.0
/
SIGN IN