diff options
Diffstat (limited to 'src/components/anim/AnimatedCheck.tsx')
-rw-r--r-- | src/components/anim/AnimatedCheck.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/anim/AnimatedCheck.tsx b/src/components/anim/AnimatedCheck.tsx index 60407274e..2198598ca 100644 --- a/src/components/anim/AnimatedCheck.tsx +++ b/src/components/anim/AnimatedCheck.tsx @@ -8,7 +8,7 @@ import Animated, { } from 'react-native-reanimated' import Svg, {Circle, Path} from 'react-native-svg' -import {Props, useCommonSVGProps} from '#/components/icons/common' +import {type Props, useCommonSVGProps} from '#/components/icons/common' const AnimatedPath = Animated.createAnimatedComponent(Path) const AnimatedCircle = Animated.createAnimatedComponent(Circle) |