Skip to content

Commit

Permalink
Remove unused React import
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Dec 30, 2023
1 parent 018585b commit 8e06e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextInput/BaseTextInput/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import type {Component, ForwardedRef} from 'react';
import type {GestureResponderEvent, StyleProp, TextInputProps, TextStyle, ViewStyle} from 'react-native';
import type {AnimatedProps} from 'react-native-reanimated';
Expand Down

0 comments on commit 8e06e63

Please sign in to comment.