From 5cb7b6671cf31e41fa3b1b41e9d3d2952bcf0bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?u=C4=9Fur=20erdal?= Date: Wed, 15 May 2019 19:44:56 +0300 Subject: [PATCH] Update src/screens/editor/container/editorContainer.js Co-Authored-By: Mustafa Buyukcelebi --- src/screens/editor/container/editorContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/editor/container/editorContainer.js b/src/screens/editor/container/editorContainer.js index ec8b52164..3e91770ee 100644 --- a/src/screens/editor/container/editorContainer.js +++ b/src/screens/editor/container/editorContainer.js @@ -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';