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