plane/web/store/workspace/index.ts
sriram veeraghanta a6567bbce4
fix: workspace members store added and implemented across the app (#2732)
* fix: minor changes

* fix: workspace members store added and implemnted across the app
2023-11-09 00:35:12 +05:30

4 lines
120 B
TypeScript

export * from "./workspace_filters.store";
export * from "./workspace.store";
export * from "./workspace-member.store";