import React from 'react'; import { Button, Popover } from 'antd'; const content = (

Content

Content

); const App: React.FC = () => ( ); export default App;