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

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

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

{t('Back to mainpage')}

) }