import classNames from "classnames"; import useShortcutStore from "@/store/shortcut"; import Icon from "./Icon"; import ShortcutView from "./ShortcutView"; const ShortcutsContainer = () => { const shortcuts = useShortcutStore().getShortcutList(); return (