Logout

Logout() → {JSX.Element}

Component that displays the Logout page and remove the authorization infos from the state and the locastorage
No props

Returns:

A JSX.Element that displays the Logout Page

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