import useTranslation from 'next-translate/useTranslation' export const Footer: React.FC = () => { const { t } = useTranslation() return ( ) }