import React from "react" import { Link } from "react-router-dom" import { Logo } from "./Logo" export const Footer: React.FC = () => { return ( ) }