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