import * as React from "react" import { PageIntro } from "../components/PageIntro" export function Contact() { return ( <>

Tell us how we can improve our site by leaving an issue at{" "} our GitHub repo .

) }