import { Button, Result } from 'antd'; import { history } from 'umi'; const NoFoundPage = () => { return ( history.push('/')}> Business } /> ); }; export default NoFoundPage;