Yuki Takei 8 лет назад
Родитель
Сommit
2ebfe798b8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resource/js/components/SearchTypeahead.js

+ 1 - 1
resource/js/components/SearchTypeahead.js

@@ -1,6 +1,6 @@
-import {noop} from 'lodash';
 import React from 'react';
 import React from 'react';
 
 
+import { noop } from 'lodash/noop';
 import { AsyncTypeahead } from 'react-bootstrap-typeahead';
 import { AsyncTypeahead } from 'react-bootstrap-typeahead';
 
 
 import UserPicture from './User/UserPicture';
 import UserPicture from './User/UserPicture';