Remove duplicate import

This commit is contained in:
Andrew Morgan 2019-03-08 11:01:07 +00:00
parent c3d3034965
commit d4984e3d68
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ if (checkSquirrelHooks()) return;
const argv = require('minimist')(process.argv);
const {app, ipcMain, powerSaveBlocker, BrowserWindow, Menu, autoUpdater, protocol} = require('electron');
const AutoLaunch = require('auto-launch');
const ioHook = require('iohook');
const path = require('path');
const ioHook = require('iohook');