Skip to content

Commit 593fd3f

Browse files
committed
fix(electron): fix updated import style for Electron 1.x
1 parent 8eaf85f commit 593fd3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import app from 'app';
2-
import BrowserWindow from 'browser-window';
1+
import { app, BrowserWindow } from 'electron';
32

43
let mainWindow = null;
54

0 commit comments

Comments
 (0)