Skip to content

Commit 9b6b2c3

Browse files
committed
Removed unneeded imports.
1 parent 41dc2a5 commit 9b6b2c3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

main.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
(function() {
2-
const {
3-
app,
4-
BrowserWindow,
5-
globalShortcut,
6-
systemPreferences,
7-
Notification
8-
} = require('electron');
2+
const { app, BrowserWindow, globalShortcut } = require('electron');
93

104
const { dialog, ipcMain } = require('electron');
115
const openDirectory = require('./modules/open-directory');

0 commit comments

Comments
 (0)