From 2a7f4ca1c82d9cbef42cb193b7e44764b3a5486b Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 8 Dec 2017 08:57:40 -0200 Subject: [PATCH] lint --- app/views/RoomView/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index 15a622c5e..85f19bf8a 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -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';