Browse Source

Merge branch 'feat/Markdown-editor-for-comment' into feat/Markdown-editor-for-comment-mizobuchi

Sou Mizobuchi 7 years ago
parent
commit
a60f10bf08
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resource/js/components/PageComment/CommentForm.js

+ 3 - 0
resource/js/components/PageComment/CommentForm.js

@@ -1,5 +1,8 @@
 import React from 'react';
 import PropTypes from 'prop-types';
+import FormControl from 'react-bootstrap/es/FormControl';
+import Button from 'react-bootstrap/es/Button';
+import UserPicture from '../User/UserPicture';
 
 /**
  *