Skip to content

Commit

Permalink
Add missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kurgm committed Sep 18, 2023
1 parent adb1eac commit 101882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortcuts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useDispatch } from 'react-redux';
import { useHotkeys }from 'react-hotkeys-hook';
import { useHotkeys } from 'react-hotkeys-hook';

import { selectActions } from './actions/select';
import { editorActions } from './actions/editor';
Expand Down

0 comments on commit 101882c

Please sign in to comment.