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