This commit is contained in:
Diego Mello 2017-12-08 08:57:40 -02:00
parent 574ccf2855
commit 2a7f4ca1c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Text, View, StyleSheet, Button, SafeAreaView } from 'react-native';
import { Text, View, Button, SafeAreaView } from 'react-native';
import { ListView } from 'realm/react-native';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';