diff options
Diffstat (limited to 'src/components/StarterPack/Wizard/ScreenTransition.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/ScreenTransition.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/Wizard/ScreenTransition.tsx b/src/components/StarterPack/Wizard/ScreenTransition.tsx index b7cd4e4c1..9b76d4c60 100644 --- a/src/components/StarterPack/Wizard/ScreenTransition.tsx +++ b/src/components/StarterPack/Wizard/ScreenTransition.tsx @@ -7,7 +7,7 @@ import Animated, { SlideInRight, } from 'react-native-reanimated' -import {isWeb} from 'platform/detection' +import {isWeb} from '#/platform/detection' export function ScreenTransition({ direction, |