Initial commit
This commit is contained in:
6
website/src/Auth/index.js
Normal file
6
website/src/Auth/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export { Login } from './Login'
|
||||
export { Logout } from './Logout'
|
||||
export { ResetPassword } from './ResetPassword'
|
||||
export { ForgotPassword } from './ForgotPassword'
|
||||
export { ConfirmEmail } from './ConfirmEmail'
|
||||
export { ProtectedRoute } from './ProtectedRoute'
|
||||
Reference in New Issue
Block a user