import React from 'react'; import { SmileOutlined } from '@ant-design/icons'; import { Button, Result } from 'antd'; const App: React.FC = () => ( } title="Great, we have done all the operations!" extra={} /> ); export default App;