File tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as React from '@theia/core/shared/react';
2
2
import { inject , injectable } from '@theia/core/shared/inversify' ;
3
3
import { Widget } from '@theia/core/shared/@phosphor/widgets' ;
4
4
import { Message } from '@theia/core/shared/@phosphor/messaging' ;
5
- import { clipboard } from 'electron' ;
5
+ import { clipboard } from '@theia/core/ electron-shared/@electron/remote ' ;
6
6
import { ReactWidget , DialogProps } from '@theia/core/lib/browser' ;
7
7
import { AbstractDialog } from '../theia/dialogs/dialogs' ;
8
8
import { CreateApi } from '../create/create-api' ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { CloudUserCommands } from '../../auth/cloud-user-commands';
9
9
import { NodeProps } from '@theia/core/lib/browser/tree/tree-widget' ;
10
10
import { TreeNode } from '@theia/core/lib/browser/tree' ;
11
11
import { CompositeTreeNode } from '@theia/core/lib/browser' ;
12
- import { shell } from 'electron' ;
12
+ import { shell } from '@theia/core/ electron-shared/@electron/remote ' ;
13
13
import { SketchbookTreeWidget } from '../sketchbook/sketchbook-tree-widget' ;
14
14
import { nls } from '@theia/core/lib/common' ;
15
15
You can’t perform that action at this time.
0 commit comments