Skip to content

Commit f516aab

Browse files
committed
yarn lint --fix
1 parent 69ce218 commit f516aab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Libraries/Components/Pressable/Pressable.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ import type {
2323
import {PressabilityDebugView} from '../../Pressability/PressabilityDebug';
2424
import usePressability from '../../Pressability/usePressability';
2525
import {normalizeRect, type RectOrSize} from '../../StyleSheet/Rect';
26-
import type {LayoutEvent, MouseEvent, PressEvent} from '../../Types/CoreEventTypes';
26+
import type {
27+
LayoutEvent,
28+
MouseEvent,
29+
PressEvent,
30+
} from '../../Types/CoreEventTypes';
2731
import View from '../View/View';
2832

2933
type ViewStyleProp = $ElementType<React.ElementConfig<typeof View>, 'style'>;

0 commit comments

Comments
 (0)