refactor: use process type specific electron imports in default_app (#32097)
This commit is contained in:
parent
f46e9c3205
commit
77287febf4
3 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import { app, dialog, BrowserWindow, shell, ipcMain } from 'electron';
|
||||
import { shell } from 'electron/common';
|
||||
import { app, dialog, BrowserWindow, ipcMain } from 'electron/main';
|
||||
import * as path from 'path';
|
||||
import * as url from 'url';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue