forked from matrix/element-web
Remove duplicate import
This commit is contained in:
parent
c3d3034965
commit
d4984e3d68
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue