We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0169ac commit c0bd794Copy full SHA for c0bd794
packages/compass/src/main/application.ts
@@ -2,7 +2,6 @@ import './disable-node-deprecations'; // Separate module so it runs first
2
import path from 'path';
3
import { EventEmitter } from 'events';
4
import type { BrowserWindow, Event, ProxyConfig } from 'electron';
5
-import { dialog } from 'electron';
6
import { app, safeStorage, session } from 'electron';
7
import { ipcMain } from 'hadron-ipc';
8
import type { AutoUpdateManagerState } from './auto-update-manager';
0 commit comments