Skip to content

Commit 9c30c1a

Browse files
committed
path fix
1 parent 2b404af commit 9c30c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/v3/NativeDetector.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NativeGesture } from './hooks/useGesture';
33
import { Reanimated } from '../handlers/gestures/reanimatedWrapper';
44

55
import { Animated, StyleSheet } from 'react-native';
6-
import GestureHandlerDetector from '../web/detectors/GestureHandlerDetector';
6+
import GestureHandlerDetector from '../web/GestureHandlerDetector';
77
import { tagMessage } from '../utils';
88

99
// TODO: move it to a different file

0 commit comments

Comments
 (0)