Comment.js 78 B

123
  1. const Comment = props => <div>This is a comment</div>
  2. export default Comment