import Robot from 'shared/components/robot/index.js' import Events from '../events.js' import { useTranslation } from 'next-i18next' const Error = props => { const { t } = useTranslation(['errors']) return (