Skip to content

Commit

Permalink
Fix TwoFingerPan import (#3211)
Browse files Browse the repository at this point in the history
## Description

Currently import for this example misses `./` at the beginning, which breaks MacOSExample.

## Test plan

Run examples (especially MacOSExample)
  • Loading branch information
m-bert authored Nov 13, 2024
1 parent 79aa1de commit 87fc6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import NestedButtons from './src/release_tests/nestedButtons';
import PointerType from './src/release_tests/pointerType';
import SwipeableReanimation from './src/release_tests/swipeableReanimation';
import NestedGestureHandlerRootViewWithModal from './src/release_tests/nestedGHRootViewWithModal';
import TwoFingerPan from 'src/release_tests/twoFingerPan';
import TwoFingerPan from './src/release_tests/twoFingerPan';
import { PinchableBox } from './src/recipes/scaleAndRotate';
import PanAndScroll from './src/recipes/panAndScroll';
import { BottomSheet } from './src/showcase/bottomSheet';
Expand Down

0 comments on commit 87fc6d3

Please sign in to comment.