mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
2a2e504ebb
* feat: Instance Admin Panel: Configuration Settings * refactor: seprate Google and Github form into independent components. * feat: add admin auth wrapper and access denied page. * style: design updates.
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
export * from "./user-wrapper";
|
|
export * from "./workspace-wrapper";
|
|
export * from "./project-wrapper";
|
|
export * from "./admin-wrapper";
|