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