This commit is contained in:
Diego Mello 2017-11-20 18:08:11 -02:00
parent d06cee6354
commit c7a2752738
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { View, StyleSheet } from 'react-native';
import { emojify } from 'react-emojione';
import Markdown from 'react-native-easy-markdown';
import Markdown from 'react-native-easy-markdown' // eslint-disable-line
import Card from './message/Card';
import Avatar from './Avatar';