소스 검색

change file for fixing fail

yusuketk 8 년 전
부모
커밋
02464626c3
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 'react-bootstrap/lib/tab';
-import Tabs from 'react-bootstrap/lib/tabs';
+import Tab from './node_modules/react-bootstrap/es/tab';
+import Tabs from './node_modules/react-bootstrap/es/tabs';
 import UserPicture from '../User/UserPicture';
 
 /**