forked from github/plane
041c3af35a
* refactor: shift instance admin restriction content to seperate component. fix: instance components export logic. * style: fix sidebar dropdown `God Mode` icon padding. * style: update profile settings user dropdown menu width. * fix: update input type to `password` for Client Secret and API/ Access Key fields. * style: update loader design for all forms. * fix: typo * style: ui updates. * chore: add show/ hide button for all password fields.
11 lines
348 B
TypeScript
11 lines
348 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";
|