User() → {JSX.Element}
Component that displays the user's dashboard and datas
Name | Type | Description |
---|---|---|
pageName | string | User element to display. Dashboard by default |
- Source
Returns:
A JSX.Element that displays the user page
- Type:
- JSX.
Element
Example
return{
<User pageName="Activity" />
}