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

); export default App;