mirror of
https://github.com/makeplane/plane.git
synced 2025-12-21 14:19:38 +01:00
* 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>
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
export * from "./project";
|
|
export * from "./workspace";
|
|
export * from "./not-authorized-view";
|