Revert "fix unrelated lint error"

This reverts commit 87355f18d2.
This commit is contained in:
Aviad Pineles 2023-08-21 21:08:20 +03:00
parent fe842b28e3
commit 81d97704a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from 'react';
import { StyleSheet, Text, TextInputProps, TouchableOpacityProps, View } from 'react-native';
import { StyleSheet, Text, TextInputProps, TouchableOpacity, TouchableOpacityProps, View } from 'react-native';
import I18n from '../../../i18n';
import sharedStyles from '../../Styles';