Spaces:
Runtime error
Runtime error
File size: 236 Bytes
3b6afc0 |
1 2 3 4 5 |
export { default as Login } from './Login';
export { default as Registration } from './Registration';
export { default as RequestPasswordReset } from './RequestPasswordReset';
export { default as ResetPassword } from './ResetPassword';
|