0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/profile/index.ts
Aaryan Khandelwal dcf81e28e4
dev: implemented MobX in workspace settings and create workspace form ()
* dev: implement mobx store for workspace settings

* chore: workspace general settings mobx integration

* chore: workspace members settings mobx integration
2023-10-30 20:38:50 +05:30

7 lines
162 B
TypeScript

export * from "./overview";
export * from "./navbar";
export * from "./profile-issues-view";
export * from "./sidebar";
export * from "./profile-issues-filter";