import { Input, QRCode } from 'antd' import '../../styles/home.scss' import Button from '../../components/Button' import { IoCopyOutline } from "react-icons/io5"; import { copy } from '../../utils'; import { observer } from 'mobx-react'; import store from '../../store'; const Link = () => { const { userInfo } = store.state return (