Skip to content

Commit 93aa953

Browse files
committed
fix typing
1 parent be7f31c commit 93aa953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/trackWindowMovement.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import type { DashboardWidget } from '@irdashies/types';
12
import { BrowserWindow } from 'electron';
2-
import { DashboardWidget, updateDashboardWidget } from './storage/dashboards';
3+
import { updateDashboardWidget } from './storage/dashboards';
34

45
export const trackWindowMovement = (
56
widget: DashboardWidget,

0 commit comments

Comments
 (0)