Explorar o código

Merge pull request #256 from weseek/imprv/bundle-minimum-components

refactor import lines from 'react-bootstrap'
Yuki Takei %!s(int64=8) %!d(string=hai) anos
pai
achega
4868997e8e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      resource/js/components/NewPageNameInputter.js

+ 3 - 1
resource/js/components/NewPageNameInputter.js

@@ -1,5 +1,7 @@
 import React from 'react';
-import { FormGroup, Button, InputGroup } from 'react-bootstrap';
+import { FormGroup } from 'react-bootstrap/es/FormGroup';
+import { Button } from 'react-bootstrap/es/Button';
+import { InputGroup } from 'react-bootstrap/es/InputGroup';
 
 import UserPicture from './User/UserPicture';
 import PageListMeta from './PageList/PageListMeta';