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