import React from 'react'; import { ConfigProvider, Space, Switch } from 'antd'; const App: React.FC = () => ( ); export default App;