mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix import
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
51cda3b234
commit
c8e5d9c8b8
@ -23,7 +23,7 @@ import { app, ipcRenderer, remote } from "electron";
|
||||
import { EventEmitter } from "events";
|
||||
import { isEqual } from "lodash";
|
||||
import { action, computed, makeObservable, observable, observe, reaction, when } from "mobx";
|
||||
import { inspect } from "node:util";
|
||||
import { inspect } from "util";
|
||||
import path from "path";
|
||||
import { getHostedCluster } from "../common/cluster-store";
|
||||
import { broadcastMessage, ipcMainOn, ipcRendererOn, requestMain, ipcMainHandle } from "../common/ipc";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user