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