diff --git a/Comments.md b/Comments.md index aecfad7..738b2b8 100755 --- a/Comments.md +++ b/Comments.md @@ -120,7 +120,7 @@ class CommentsForm extends React.Component { export default CommentsForm; ``` -Import CommentsForm into `js/components/comments.js`: +Import CommentsForm into `js/components/comments.jsx`: ```javascript import React from 'react';