From 9d0ef2d918a24c7ef78094d56758f71c13be9eee Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 5 Jun 2018 11:49:12 -0400 Subject: [PATCH] Update Comments.md --- Comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';