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

expose more from workspace store

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-10-30 08:21:20 +02:00
parent 614bf4e689
commit 505ba8df4f

View File

@ -1,4 +1,4 @@
export { ExtensionStore } from "../extension-store" export { ExtensionStore } from "../extension-store"
export { clusterStore, ClusterModel } from "../../common/cluster-store" export { clusterStore, ClusterModel } from "../../common/cluster-store"
export { workspaceStore} from "../../common/workspace-store" export { Cluster } from "../../main/cluster"
export type { Cluster } from "../../main/cluster" export { workspaceStore, Workspace, WorkspaceModel } from "../../common/workspace-store"