import { Result } from 'antd' import React from 'react' const NotFound: React.FC = () => { return } export default NotFound