From 079b6e5c41d99fa7082f964c2c5bd403d21d9d16 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 6 Mar 2023 16:24:24 +0800 Subject: [PATCH] Remove missing file --- .../web/components/templates/KeyboardShortcutListModal.tsx | 5 ----- 1 file changed, 5 deletions(-) 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(() => {}) )} /> - {})} - /> {})}