import React from 'react'; import { CloseCircleOutlined } from '@ant-design/icons'; import { Button, Result, Typography } from 'antd'; const { Paragraph, Text } = Typography; const App: React.FC = () => ( Go Console , , ]} >
The content you submitted has the following error: Your account has been frozen. Thaw immediately > Your account is not yet eligible to apply. Apply Unlock >
); export default App;