import { useTranslation } from 'next-i18next' // FIXME: I feel this should be kept closer to where it's used export const ResetButtons = ({ resetGist, undoGist }) => { const { t } = useTranslation(['app']) return (