mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove legacy api token export
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
2dff493341
commit
f3089c4acc
@ -11,7 +11,6 @@ import * as Component from "./components";
|
|||||||
import * as K8sApi from "./k8s-api";
|
import * as K8sApi from "./k8s-api";
|
||||||
import * as Navigation from "./navigation";
|
import * as Navigation from "./navigation";
|
||||||
import * as Theme from "./theming";
|
import * as Theme from "./theming";
|
||||||
import * as Tokens from "./tokens";
|
|
||||||
import { IpcRenderer as Ipc } from "../ipc/ipc-renderer";
|
import { IpcRenderer as Ipc } from "../ipc/ipc-renderer";
|
||||||
import { LensRendererExtension as LensExtension } from "../lens-renderer-extension";
|
import { LensRendererExtension as LensExtension } from "../lens-renderer-extension";
|
||||||
|
|
||||||
@ -23,5 +22,4 @@ export {
|
|||||||
Theme,
|
Theme,
|
||||||
Ipc,
|
Ipc,
|
||||||
LensExtension,
|
LensExtension,
|
||||||
Tokens,
|
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
|
||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
|
||||||
*/
|
|
||||||
export * from "../../renderer/components/cluster-settings/cluster-settings-menu-injection-token";
|
|
||||||
Loading…
Reference in New Issue
Block a user