mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
refactor: update imports
This commit is contained in:
@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user