Comment.js 84 B

12345
  1. const Comment = props => (
  2. <div>This is a comment</div>
  3. )
  4. export default Comment