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