diff --git a/src/screens/drafts/screen/draftsScreen.js b/src/screens/drafts/screen/draftsScreen.js index 57caaf1bc..b1ff8003e 100644 --- a/src/screens/drafts/screen/draftsScreen.js +++ b/src/screens/drafts/screen/draftsScreen.js @@ -4,7 +4,7 @@ import { injectIntl } from 'react-intl'; import { View, FlatList, Text } from 'react-native'; import ScrollableTabView from 'react-native-scrollable-tab-view'; import ActionSheet from 'react-native-actionsheet'; -import postBodySummary from '@esteemapp/esteem-render-helpers/src/post-body-summary'; +import { postBodySummary } from '@esteemapp/esteem-render-helpers'; // Utils import { catchDraftImage } from '../../../utils/image';