function Comment(props) { return (
{props.author.name}
{props.author.name}
{props.text}
{formatDate(props.date)}
); }