import React from "react" export const About = () => { return ( <div>Future place for info about our site.</div> ) }