import { useTranslation } from "react-i18next"; import Icon from "./Icon"; import Popover from "./kit/Popover"; const WeChatQRCodeView = () => { const { t } = useTranslation(); return ( {t("social.join-wechat-group")} } > wechat qrcode ); }; export default WeChatQRCodeView;