mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fd5b7d20a8
* chore: instance type updated * chore: instance not ready screen added * chore: instance layout added * chore: instance magic sign in endpoint and type added * chore: instance admin password endpoint added * chore: instance setup page added * chore: instance setup form added * chore: instance layout updated * fix: instance admin workflow setup * fix: admin workflow setup --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
15 lines
477 B
TypeScript
15 lines
477 B
TypeScript
export * from "./help-section";
|
|
export * from "./sidebar-menu";
|
|
export * from "./sidebar-dropdown";
|
|
export * from "./general-form";
|
|
export * from "./ai-form";
|
|
export * from "./email-form";
|
|
export * from "./github-config-form";
|
|
export * from "./google-config-form";
|
|
export * from "./image-config-form";
|
|
export * from "./instance-admin-restriction";
|
|
export * from "./not-ready-view";
|
|
export * from "./setup-view";
|
|
export * from "./setup-done-view";
|
|
export * from "./setup-form";
|