import { t } from '../../utils/intl' import { Icon } from '../_shared/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 main page')}

) }