diff --git a/packages/web/components/templates/KeyboardShortcutListModal.tsx b/packages/web/components/templates/KeyboardShortcutListModal.tsx index 9ba255933..69f98b99d 100644 --- a/packages/web/components/templates/KeyboardShortcutListModal.tsx +++ b/packages/web/components/templates/KeyboardShortcutListModal.tsx @@ -16,7 +16,6 @@ import { primaryCommands, libraryListCommands, highlightBarKeyboardCommands, - articleKeyboardCommands, } from '../../lib/keyboardShortcuts/navigationShortcuts' import { useRouter } from 'next/router' @@ -72,10 +71,6 @@ export function KeyboardShortcutListModal( libraryListCommands(() => {}) )} /> - {})} - /> {})}