import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © 2025 Clinical NLP Lab - Open Medical LLM Leaderboard - Made by Clinical NLP Lab. -{" "} Clinical NLP Lab ); }; export default Footer;