Webatrice: Account Registration form (pt2) (#4454)

Co-authored-by: ParkTandem <93353951+ParkTandem@users.noreply.github.com>
This commit is contained in:
Zach H 2021-10-31 22:15:51 -04:00 committed by GitHub
parent ac300b0b6d
commit a87c66885c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 128 additions and 68 deletions

View file

@ -12,6 +12,7 @@ export { default as ThreePaneLayout } from './ThreePaneLayout/ThreePaneLayout';
export { default as CheckboxField } from './CheckboxField/CheckboxField';
export { default as SelectField } from './SelectField/SelectField';
export { default as ScrollToBottomOnChanges } from './ScrollToBottomOnChanges/ScrollToBottomOnChanges';
export { default as RegistrationDialog } from './RegistrationDialog/RegistrationDialog';
// Guards
export { default as AuthGuard } from './Guard/AuthGuard';