import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © 2024 Hugging Face - Open LLM Leaderboard - Made with 🤗 by the HF team -{" "} huggingface.co ); }; export default Footer;