Update src/screens/editor/container/editorContainer.js

Co-Authored-By: Mustafa Buyukcelebi <mustafa-buyukcelebi@hotmail.com>
This commit is contained in:
uğur erdal 2019-05-15 19:44:56 +03:00 committed by GitHub
parent 678907968a
commit 5cb7b6671c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import { connect } from 'react-redux';
import { injectIntl } from 'react-intl';
import { Alert, AsyncStorage } from 'react-native';
import ImagePicker from 'react-native-image-crop-picker';
import { get } from 'lodash';
import get from 'lodash/get';
// Services and Actions
import { Buffer } from 'buffer';