UserWelcome

UserWelcome() → {JSX.Element}

Component/page that displays the header of the profile page.
This header contains the functionnality to edit user name.
It is called by the Profile component. No props

Returns:

A JSX.Element that displays the Home Page

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