Browse Source

change file for fixing fail

yusuketk 7 years ago
parent
commit
b53743092c
1 changed files with 2 additions and 2 deletions
  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/es/tab';
-import Tabs from 'react-bootstrap/es/tabs';
+import Tab from 'react-bootstrap/es/Tab';
+import Tabs from 'react-bootstrap/es/Tabs';
 import UserPicture from '../User/UserPicture';
 
 /**