diff options
Diffstat (limited to 'packages/frontend/src/directives/hotkey.ts')
| -rw-r--r-- | packages/frontend/src/directives/hotkey.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/directives/hotkey.ts b/packages/frontend/src/directives/hotkey.ts index ec00652381..75e022e98f 100644 --- a/packages/frontend/src/directives/hotkey.ts +++ b/packages/frontend/src/directives/hotkey.ts @@ -4,7 +4,7 @@ */ import type { Directive } from 'vue'; -import { makeHotkey } from '@/scripts/hotkey.js'; +import { makeHotkey } from '@/utility/hotkey.js'; export default { mounted(el, binding) { |