import React, { ComponentType } from 'react'; import { Link } from 'react-router-dom'; import { FormattedMessage as Message } from 'react-intl'; import { Helmet } from 'react-helmet-async'; import { FooterMenu } from 'app/components/footerMenu'; import styles from './404.scss'; import profileStyles from '../profile/profile.scss'; const PageNotFound: ComponentType = () => (
{(pageTitle) => }

), }} />

); export default PageNotFound;