UserAccounts() → {JSX.Element}
Component that displays the user accounts information.
No props
Returns:
A JSX.Element that displays the user accounts information
- Type:
- JSX.
Element
Example
return{
<UserAccounts />
}