plane/web/components/profile/index.ts
Aaryan Khandelwal dcf81e28e4
dev: implemented MobX in workspace settings and create workspace form (#2561)
* 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";