fix(defineShortcuts): add missing import

This commit is contained in:
Sylvain Marroufin
2023-03-09 16:09:31 +01:00
parent fa49d52f17
commit 37b2271bf0

View File

@@ -1,6 +1,6 @@
import type { Ref, ComputedRef } from 'vue'
import { logicAnd, logicNot } from '@vueuse/math'
import { onMounted, onBeforeUnmount } from 'vue'
import { computed, onMounted, onBeforeUnmount } from 'vue'
import { useShortcuts } from './useShortcuts'
export interface ShortcutConfig {