Files
awx/awx/ui_next/src/screens/Setting/shared/index.js
nixocio 33502daf45 Add extra step to allow edition of login redirect URL
Add extra step to allow edition of login redirect URL

closes: https://github.com/ansible/awx/issues/10613
2021-07-28 12:08:54 -04:00

12 lines
329 B
JavaScript

export { default as SettingDetail } from './SettingDetail';
export { default as RevertAllAlert } from './RevertAllAlert';
export { default as RevertFormActionGroup } from './RevertFormActionGroup';
export {
BooleanField,
ChoiceField,
EncryptedField,
InputField,
ObjectField,
InputAlertField,
} from './SharedFields';