Просмотр исходного кода

remove unnecessary file-import

yusuketk 7 лет назад
Родитель
Сommit
be80a7d480
1 измененных файлов с 0 добавлено и 1 удалено
  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';