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

Expose only KubeObjectStatus and KubeObjectStatusLevel

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-05 13:40:12 +02:00
parent f8642c1618
commit cd35078510
2 changed files with 0 additions and 3 deletions

View File

@ -4,11 +4,9 @@
import * as Component from "./components"
import * as K8sApi from "./k8s-api"
import * as Navigation from "./navigation"
import * as KubeObjectStatus from "./kube-object-status"
export {
Component,
K8sApi,
Navigation,
KubeObjectStatus
}

View File

@ -1 +0,0 @@
export { KubeObjectStatus as Status, KubeObjectStatusLevel as Level } from "../registries/kube-object-status-registry"