Unauthorized() → {JSX.Element}
Component that displays the "unauthorized" page"
No props
Returns:
A JSX.Element that displays the "unauthorized" page
- Type:
- JSX.
Element
Example
return{
<Unauthorized />
}