diff --git a/frontend/src/directives/shortcut.ts b/frontend/src/directives/shortcut.ts index cf8ef4509..8e7088480 100644 --- a/frontend/src/directives/shortcut.ts +++ b/frontend/src/directives/shortcut.ts @@ -1,5 +1,5 @@ import type {Directive} from 'vue' -import {install, uninstall} from '@github/hotkey' +import {install, uninstall} from '@/helpers/shortcut' const directive = >{ mounted(el, {value}) {