Skip to content

Commit 1fc0240

Browse files
joevilchesfacebook-github-bot
authored andcommitted
Fix import lint in TextProps.js
Summary: tsia, lint warning Changelog: [Internal] Differential Revision: D70189154
1 parent 7c2687e commit 1fc0240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/Text/TextProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import type {
1919
} from '../Components/View/ViewAccessibility';
2020
import type {ColorValue, TextStyleProp} from '../StyleSheet/StyleSheet';
2121
import type {
22+
GestureResponderEvent,
2223
LayoutChangeEvent,
2324
PointerEvent,
24-
GestureResponderEvent,
2525
TextLayoutEvent,
2626
} from '../Types/CoreEventTypes';
2727
import type {Node} from 'react';

0 commit comments

Comments
 (0)