import { Row, Col, Button } from 'antd'; export default function NotFound() { return (

404

抱歉,你访问的页面不存在
); }