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