import { Button, Result } from "antd"; import React from "react"; import { history } from "umi"; const NoFoundPage = () => ( history.push("/")}> Back Home } /> ); export default NoFoundPage;