diff --git a/src/shortcuts.ts b/src/shortcuts.ts index 5ffe136..9062047 100644 --- a/src/shortcuts.ts +++ b/src/shortcuts.ts @@ -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';