Răsfoiți Sursa

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

Sou Mizobuchi 8 ani în urmă
părinte
comite
a60f10bf08
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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';
 
 /**
  *