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

Content

Content

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