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