import Avatar from '@mui/material/Avatar'; export const UserInfo = (data) => { return ( {data.user} ) }