export default function AuthorCard({ author }) { return ( {author.first_name} {author.last_name} ) }