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

remove redundent import

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-11-24 08:12:49 -05:00
parent 7fadcda642
commit 76e4fd91bd

View File

@ -11,7 +11,6 @@ import { ClusterManager } from "./cluster-manager";
import { ContextHandler } from "./context-handler";
import logger from "./logger";
import _ from "lodash";
import { clusterStore } from "../common/cluster-store";
export class LensProxy {
protected origin: string;