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