mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
5 lines
314 B
TypeScript
5 lines
314 B
TypeScript
export { ExtensionStore } from "../extension-store";
|
|
export { KubernetesCluster, KubernetesClusterCategory } from "../../common/catalog-entities/kubernetes-cluster";
|
|
export { catalogCategoryRegistry as catalogCategories } from "../../common/catalog-category-registry";
|
|
export { catalogEntities } from "./catalog";
|