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