yusuketk 7 лет назад
Родитель
Сommit
fce3848cc4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      resource/js/components/PageComment/CommentForm.js

+ 2 - 2
resource/js/components/PageComment/CommentForm.js

@@ -5,8 +5,8 @@ import CommentPreview from '../PageComment/CommentPreview';
 
 import Button from 'react-bootstrap/es/Button';
 import FormControl from 'react-bootstrap/es/FormControl';
-import Tab from './node_modules/react-bootstrap/es/tab';
-import Tabs from './node_modules/react-bootstrap/es/tabs';
+import Tab from 'react-bootstrap/es/tab';
+import Tabs from 'react-bootstrap/es/tabs';
 import UserPicture from '../User/UserPicture';
 
 /**