We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329f0e4 commit e46019cCopy full SHA for e46019c
frontend/electron/main.ts
@@ -1,6 +1,6 @@
1
import { app, BrowserWindow, Notification, ipcMain } from 'electron';
2
import path from "node:path";
3
-import { NotificationShowOptions } from '../electron';
+import type { NotificationShowOptions } from '../electron.d.ts';
4
5
let mainWindow: BrowserWindow | null = null;
6
0 commit comments