refactor: update imports

This commit is contained in:
Steven
2024-04-07 19:35:13 +08:00
parent 905b962e0b
commit 8649e562dc
38 changed files with 56 additions and 68 deletions

View File

@ -1,7 +1,6 @@
import classNames from "classnames";
import { useTranslation } from "react-i18next";
import useShortcutStore from "@/stores/v1/shortcut";
import useViewStore from "../stores/v1/view";
import { useShortcutStore, useViewStore } from "@/stores";
import Icon from "./Icon";
const ShortcutsNavigator = () => {