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