resolve lint errors

This commit is contained in:
Arjun Patel
2026-06-08 15:29:42 -07:00
parent 45918378a8
commit a8d58ae1b5
-3
View File
@@ -4,14 +4,11 @@ import {
desktopCapturer,
ipcMain,
screen,
session,
shell,
} from 'electron';
import path from 'node:path';
import started from 'electron-squirrel-startup';
import { updateElectronApp, UpdateSourceType } from 'update-electron-app';
import { appConfig } from './config/env';
import { safeHandle } from './main/ipc-utils';
import { initSentryMain } from './main/sentry';