Skip to content

Commit 30c3251

Browse files
committed
Fix bad import
1 parent 5ab3a74 commit 30c3251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/node/grpc-client-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { inject, injectable, postConstruct } from 'inversify';
2-
import { app } from 'electron';
2+
import { app } from '@electron/remote';
33
import { ILogger } from '@theia/core/lib/common/logger';
44
import { MaybePromise } from '@theia/core/lib/common/types';
55
import { ConfigServiceImpl } from './config-service-impl';

0 commit comments

Comments
 (0)