Ver código fonte

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

Sou Mizobuchi 7 anos atrás
pai
commit
a60f10bf08
1 arquivos alterados com 3 adições e 0 exclusões
  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 React from 'react';
 import PropTypes from 'prop-types';
 import PropTypes from 'prop-types';
+import FormControl from 'react-bootstrap/es/FormControl';
+import Button from 'react-bootstrap/es/Button';
+import UserPicture from '../User/UserPicture';
 
 
 /**
 /**
  *
  *