import intl from 'react-intl-universal'; import React from 'react'; import { Button, Result, Typography } from 'antd'; const { Link } = Typography; const NotFound: React.FC = () => ( {intl.get('返回首页')} } /> ); export default NotFound;