mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
Update src/screens/editor/screen/editorScreen.js
Co-Authored-By: Mustafa Buyukcelebi <mustafa-buyukcelebi@hotmail.com>
This commit is contained in:
parent
5cb7b6671c
commit
8921aa52cf
@ -1,7 +1,7 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { View } from 'react-native';
|
import { View } from 'react-native';
|
||||||
import { injectIntl } from 'react-intl';
|
import { injectIntl } from 'react-intl';
|
||||||
import { get } from 'lodash';
|
import get from 'lodash/get';
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
import { getWordsCount } from '../../../utils/editor';
|
import { getWordsCount } from '../../../utils/editor';
|
||||||
|
Loading…
Reference in New Issue
Block a user