Remove missing file

This commit is contained in:
Jackson Harper 2023-03-06 16:24:24 +08:00
parent 96ddc100b5
commit 079b6e5c41

View file

@ -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(() => {})
)}
/>
<ShortcutListSection
title="Article"
commands={articleKeyboardCommands(router, () => {})}
/>
<ShortcutListSection
title="Highlight Bar"
commands={highlightBarKeyboardCommands(() => {})}