import { Alert } from 'antd'; import React from 'react'; export const NotFoundTip: React.FC = React.memo(() => { return ; }); NotFoundTip.displayName = 'NotFoundTip';