import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © {new Date().getFullYear()} Hugging Face - Leaderboards on the hub - Made with 🤗 by the HF team -{" "} huggingface.co ); }; export default Footer;