import Avatar from "../Avatar.jsx" export default function ContactsListItem({ nickName, avatar }) { return ( {nickName} ) }