mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
3947a86fa7
* chore: made workspace authorization wrapper component * chore: added todos * chore: workspace pages new layout * chore: project authorization wrapper * chore: new project authorization wrapper * fix: authorization for member roles * chore: new auth screens ui --------- Co-authored-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
7 lines
236 B
TypeScript
7 lines
236 B
TypeScript
export * from "./create-project-modal";
|
|
export * from "./delete-project-modal";
|
|
export * from "./sidebar-list";
|
|
export * from "./single-integration-card";
|
|
export * from "./single-project-card";
|
|
export * from "./single-sidebar-project";
|