Update src/screens/editor/screen/editorScreen.js

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

View File

@ -1,7 +1,7 @@
import React, { Component } from 'react';
import { View } from 'react-native';
import { injectIntl } from 'react-intl';
import { get } from 'lodash';
import get from 'lodash/get';
// Utils
import { getWordsCount } from '../../../utils/editor';