import "./Footer.scss" import { Link } from "react-router-dom"; export const Footer = () => { return ( ); };