1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix type imports

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-07-06 14:35:11 +03:00
parent afb54694f4
commit 9f9701544b

View File

@ -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";