import { useTranslation } from 'react-i18next'; function Footer() { const { t } = useTranslation(); return ( ); } export default Footer;