import React from 'react'; import { Alert } from 'antd'; const App: React.FC = () => ( <>


); export default App;