Skip to content

Commit e46019c

Browse files
committed
Fix Electron build
1 parent 329f0e4 commit e46019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/electron/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { app, BrowserWindow, Notification, ipcMain } from 'electron';
22
import path from "node:path";
3-
import { NotificationShowOptions } from '../electron';
3+
import type { NotificationShowOptions } from '../electron.d.ts';
44

55
let mainWindow: BrowserWindow | null = null;
66

0 commit comments

Comments
 (0)