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

@ -4,7 +4,7 @@ import toast from "react-hot-toast";
import { useTranslation } from "react-i18next";
import { useResourceStore } from "@/store/module";
import { getResourceUrl } from "@/utils/resource";
import Dropdown from "./base/Dropdown";
import Dropdown from "./kit/Dropdown";
import Icon from "./Icon";
import { showCommonDialog } from "./Dialog/CommonDialog";
import showChangeResourceFilenameDialog from "./ChangeResourceFilenameDialog";