import { useIntl, Link } from 'umi'; import { Result, Button } from 'antd'; export default () => { const intl = useIntl(); return ( } /> ); };