Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into shortcuts
  • Loading branch information
microbit-grace committed Dec 3, 2024
2 parents c9251b8 + 9ad75bd commit f24d273
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/ActionBar/ActionBarItemsRight.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { HStack, MenuDivider, useDisclosure } from "@chakra-ui/react";
import { ReactNode, useMemo } from "react";
import { useHotkeys } from "react-hotkeys-hook";
import { useIntl } from "react-intl";
import { useLocation } from "react-router";
import {
globalShortcutConfig,
keyboardShortcuts,
} from "../../keyboard-shortcuts";
import { useStore } from "../../store";
import AboutDialog from "../AboutDialog";
import ConnectFirstDialog from "../ConnectFirstDialog";
Expand All @@ -14,11 +19,6 @@ import { SettingsDialog } from "../SettingsDialog";
import SettingsMenu from "../SettingsMenu";
import SettingsMenuItem from "../SettingsMenuItem";
import ToolbarMenu from "../ToolbarMenu";
import { useHotkeys } from "react-hotkeys-hook";
import {
globalShortcutConfig,
keyboardShortcuts,
} from "../../keyboard-shortcuts";

interface ItemsRightProps {
menuItems?: ReactNode;
Expand Down

0 comments on commit f24d273

Please sign in to comment.