import { t } from '../../utils/intl' import Icon from '../Nav/Icon' import '../../styles/FourOuFour.scss' export const FourOuFour = (_props) => { return (
{t('Error')}
404

{t(`You've reached a non-existed page`)}

{t('Try to find another way')}:

{t('Back to mainpage')}

) }