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

@ -6,7 +6,7 @@ import { useGlobalStore } from "@/store/module";
import * as api from "@/helpers/api";
import showCreateStorageServiceDialog from "../CreateStorageServiceDialog";
import showUpdateLocalStorageDialog from "../UpdateLocalStorageDialog";
import Dropdown from "../base/Dropdown";
import Dropdown from "../kit/Dropdown";
import { showCommonDialog } from "../Dialog/CommonDialog";
const StorageSection = () => {