Skip to content

Commit be42912

Browse files
authored
wip
1 parent 77cdd94 commit be42912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { BaseState } from '../stores/base'
22
import { getDefaultBaseState, useBaseStore } from '../stores/base'
33
import type { SettingState } from '../stores/setting'
44
import { getDefaultSettingState } from '../stores/setting'
5-
import type { Dict, DictResource } from '../types'
5+
import { Dict, DictResource, ShortcutKey } from '../types'
66
import { CompareResult, DictType, getDefaultDict, getDefaultWord } from '../types'
77
import { useRouter } from 'vue-router'
88
import { useRuntimeStore } from '../stores/runtime'

0 commit comments

Comments
 (0)