0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/store/workspace/index.ts
sriram veeraghanta a6567bbce4
fix: workspace members store added and implemented across the app ()
* 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";