diff --git a/src/main/shell-session.ts b/src/main/shell-session.ts index 8ab7baf8cc..7730ede3a2 100644 --- a/src/main/shell-session.ts +++ b/src/main/shell-session.ts @@ -5,7 +5,8 @@ import path from "path" import shellEnv from "shell-env" import { app } from "electron" import { Kubectl } from "./kubectl" -import { Cluster, ClusterPreferences } from "./cluster" +import { Cluster } from "./cluster" +import { ClusterPreferences } from "../common/cluster-store"; import { helmCli } from "./helm-cli" import { isWindows } from "../common/vars"; import { tracker } from "../common/tracker";