Login

Login() → {JSX.Element}

Component that displays the Login page and set the authorization.
No props

Returns:

A JSX.Element that displays the Login Page

Type: 
JSX.Element
Example
return{
 <Login />
}