Przeglądaj źródła

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

Sou Mizobuchi 8 lat temu
rodzic
commit
a60f10bf08

+ 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';
 
 /**
  *