fix unrelated lint error

This commit is contained in:
Aviad Pineles 2023-08-19 16:26:19 +03:00
parent d43dc2f9ee
commit 87355f18d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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 sharedStyles from '../../Styles';