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

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

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

{t('Back to mainpage')}

) }