const CommentItem = props => { return (
  • {props.htmlBody}

  • ) }; module.exports = CommentItem;