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

); export default App;