import React from 'react'; import { FormattedMessage } from 'react-intl'; const Error404 = () => { return (

) } Error404.displayName = "Error404"; module.exports = Error404; export default Error404;