Skip to content

Commit 004a382

Browse files
committed
Unused import
1 parent f622290 commit 004a382

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/main.dev.ts

+1-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@
1111
import 'core-js/stable';
1212
import 'regenerator-runtime/runtime';
1313
import path from 'path';
14-
import {
15-
app,
16-
BrowserWindow,
17-
dialog,
18-
ipcMain,
19-
nativeImage,
20-
shell,
21-
} from 'electron';
14+
import { app, BrowserWindow, dialog, ipcMain, shell } from 'electron';
2215
import { autoUpdater } from 'electron-updater';
2316
import log from 'electron-log';
2417
import { FileFilter, IpcMainInvokeEvent } from 'electron/main';

0 commit comments

Comments
 (0)