forked from github/plane
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";
|