chore: update memo header (#1497)

* chore: update memo header

* chore: update
This commit is contained in:
boojack
2023-04-09 11:05:09 +08:00
committed by GitHub
parent d11083d3b9
commit 91a24ef9ce
20 changed files with 300 additions and 47 deletions

View File

@ -3,7 +3,7 @@ import { toast } from "react-hot-toast";
import { useTranslation } from "react-i18next";
import { useUserStore } from "@/store/module";
import * as api from "@/helpers/api";
import Dropdown from "../base/Dropdown";
import Dropdown from "../kit/Dropdown";
import { showCommonDialog } from "../Dialog/CommonDialog";
import showChangeMemberPasswordDialog from "../ChangeMemberPasswordDialog";
import "@/less/settings/member-section.less";