From 1bd86942f35bedcce1bb56f58040bd36f691ada5 Mon Sep 17 00:00:00 2001 From: "Daniel J. Geiger" <1852529+DanielJGeiger@users.noreply.github.com> Date: Sun, 10 Sep 2023 16:47:29 -0500 Subject: [PATCH] refactor: Simplify a file. --- src/components/ContextMenu.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/ContextMenu.tsx b/src/components/ContextMenu.tsx index 0d192f42c..42d654207 100644 --- a/src/components/ContextMenu.tsx +++ b/src/components/ContextMenu.tsx @@ -5,7 +5,6 @@ import { t, TranslationKeys } from "../i18n"; import "./ContextMenu.scss"; import { getShortcutFromShortcutName, - CustomShortcutName, ShortcutName, } from "../actions/shortcuts"; import { Action } from "../actions/types"; @@ -117,9 +116,7 @@ export const ContextMenu = React.memo(