Skip to content

Commit 924a264

Browse files
committed
fix: duplicated import
1 parent 50bcea5 commit 924a264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/TextInput/TextInput.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ import type {
66
TextStyle,
77
ViewStyle,
88
} from 'react-native'
9-
import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
9+
import {TextInput as RNTextInput, View} from 'react-native'
1010
import styled from 'styled-components/native'
1111
import TextInputOutlined from './TextInputOutlined'
1212
import {CustomIcon, CustomIconProps, Error} from './components'
1313
import {isIOS} from '../../helpers'
1414
import {useTheme} from '../../hooks'
1515
import TextInputFlat from './TextInputFlat'
16-
import {useTheme} from '../../hooks'
1716

1817
export interface TextInputProps extends RNTextInputProperties {
1918
/** Style for container */

0 commit comments

Comments
 (0)