mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove missing file
This commit is contained in:
parent
96ddc100b5
commit
079b6e5c41
1 changed files with 0 additions and 5 deletions
|
|
@ -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(() => {})}
|
||||
|
|
|
|||
Loading…
Reference in a new issue