import {addFooterTranslations, Footer} from "@codegouvfr/react-dsfr/Footer";
// import { Box, Typography, Link } from "@mui/material";
const footer = () => {
}
addFooterTranslations({
lang: "en",
messages: {
accessibility: "Accessibility",
"fully compliant": "Partially compliant",
}
});
addFooterTranslations({
lang: "fr",
messages: {
accessibility: "Accesibilité",
"fully compliant": "Partielle",
}
});
// const Footer = () => {
// return (
//
//
// © 2024 Hugging Face - Open LLM Leaderboard - Made with 🤗 by the HF team
// -{" "}
//
// huggingface.co
//
//
//
// );
// };
export default footer;