diff --git a/src/electron-main.ts b/src/electron-main.ts index 8dc83a31..262e19c2 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -10,18 +10,7 @@ Please see LICENSE files in the repository root for full details. // Squirrel on windows starts the app with various flags as hooks to tell us when we've been installed/uninstalled etc. import "./squirrelhooks.js"; -import { - app, - BrowserWindow, - Menu, - autoUpdater, - protocol, - dialog, - type Input, - type Event, - session, - safeStorage, -} from "electron"; +import { app, BrowserWindow, Menu, autoUpdater, protocol, dialog, type Input, type Event, session } from "electron"; // eslint-disable-next-line n/file-extension-in-import import * as Sentry from "@sentry/electron/main"; import AutoLaunch from "auto-launch";