import { Flex } from "theme-ui"; import Link from "./Link"; function Footer() { return ( About Home FAQ Release Notes How To ); } export default Footer;