import React from 'react'; import { Button } from 'antd'; // 这里应该使用 antd 的 404 result 组件, // 但是还没发布,先来个简单的。 const NoFoundPage: React.FC<{}> = () => (
404

404

Sorry, the page you visited does not exist.

); export default NoFoundPage;