Skip to content

Commit 40e3001

Browse files
fix: corrigir a ordem de importação do BackendContext no plugin de keybinds
1 parent 808effb commit 40e3001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/global-keybinds/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { globalShortcut, ipcMain } from 'electron';
22
import prompt, { type KeybindOptions } from 'custom-electron-prompt';
3+
import type { BackendContext } from '@/types/contexts';
34

45
import { eventRace } from './utils';
5-
import type { BackendContext } from '@/types/contexts';
66
import { createPlugin } from '@/utils';
77

88
import promptOptions from '@/providers/prompt-options';

0 commit comments

Comments
 (0)