Explorar el Código

remove unnecessary file-import

yusuketk hace 8 años
padre
commit
be80a7d480
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      resource/js/components/PageComment/CommentForm.js

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

@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
 import ReactUtils from '../ReactUtils';
 
 import CommentPreview from '../PageComment/CommentPreview';
-import RevisionBody from '../Page/RevisionBody';
 
 import Button from 'react-bootstrap/es/Button';
 import FormControl from 'react-bootstrap/es/FormControl';