remove unused import

This commit is contained in:
Akinwale Ariwodola 2018-08-16 09:59:24 +01:00
parent 113704a8c1
commit 7347793f84

View file

@ -8,7 +8,6 @@ import {
TextInput,
View
} from 'react-native';
import Button from '../../../component/button';
import Colors from '../../../styles/colors';
import Constants from '../../../constants';
import firstRunStyle from '../../../styles/firstRun';