Login() → {JSX.Element}
Component that displays the Login page and set the authorization.
No props
- Source
Returns:
A JSX.Element that displays the Login Page
- Type:
- JSX.
Element
Example
return{
<Login />
}Component that displays the Login page and set the authorization.
No props
A JSX.Element that displays the Login Page
return{
<Login />
}