fix unrelated lint error
This commit is contained in:
parent
51db92bfe1
commit
aa08e4d0e1
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { StyleSheet, Text, TextInputProps, TouchableOpacity, TouchableOpacityProps, View } from 'react-native';
|
import { StyleSheet, Text, TextInputProps, TouchableOpacityProps, View } from 'react-native';
|
||||||
|
|
||||||
import I18n from '../../../i18n';
|
import I18n from '../../../i18n';
|
||||||
import sharedStyles from '../../Styles';
|
import sharedStyles from '../../Styles';
|
||||||
|
|
Loading…
Reference in New Issue