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:
parent
afb54694f4
commit
9f9701544b
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user