import { Button, Col, Layout, Result, Row } from 'antd' import React from 'react' const Error: React.FC<{ error: any, me: any }> = ({ error }) => { return <> {error ? Reload} /> : Reload} />} } export default Error