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