import { Link, routes } from '@redwoodjs/router' const Footer = () => { return (
Code of Conduct Privacy Policy
) } export default Footer