import React from 'react'; import { Badge, Radio } from 'antd'; const App: React.FC = () => ( Click Me Not Me ); export default App;