diff options
Diffstat (limited to 'src/components/StarterPack/Wizard/ScreenTransition.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/ScreenTransition.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/StarterPack/Wizard/ScreenTransition.tsx b/src/components/StarterPack/Wizard/ScreenTransition.tsx index 9b76d4c60..c02888e1d 100644 --- a/src/components/StarterPack/Wizard/ScreenTransition.tsx +++ b/src/components/StarterPack/Wizard/ScreenTransition.tsx @@ -1,11 +1,11 @@ -import React from 'react' -import {StyleProp, ViewStyle} from 'react-native' +import {type StyleProp, type ViewStyle} from 'react-native' import Animated, { FadeIn, FadeOut, SlideInLeft, SlideInRight, } from 'react-native-reanimated' +import type React from 'react' import {isWeb} from '#/platform/detection' |