plane/apps/app/components/profile/overview/index.ts
Aaryan Khandelwal 0586d30a33
style: profile page responsiveness added (#1710)
* refactor: folder structure

* style: mobile responsiveness added

* chore: add user profile redirection

* chore: profile page authorization
2023-07-31 16:57:28 +05:30

6 lines
160 B
TypeScript

export * from "./activity";
export * from "./priority-distribution";
export * from "./state-distribution";
export * from "./stats";
export * from "./workload";