From 824d89a487b2fb7738ea94221c1b314c53be87e1 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 5 Jun 2018 11:45:30 -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 29a76fc..aecfad7 100755 --- a/Comments.md +++ b/Comments.md @@ -77,7 +77,7 @@ class CommentsList extends React.Component { export default CommentsList; ``` -Import CommentsList into `js/components/comments.js`: +Import CommentsList into `js/components/comments.jsx`: ```javascript import React from 'react';