diff options
Diffstat (limited to 'src/view/icons/Logo.tsx')
-rw-r--r-- | src/view/icons/Logo.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/icons/Logo.tsx b/src/view/icons/Logo.tsx index 4de7c1613..465018cfb 100644 --- a/src/view/icons/Logo.tsx +++ b/src/view/icons/Logo.tsx @@ -1,12 +1,12 @@ import React from 'react' -import {StyleSheet, TextProps} from 'react-native' +import {StyleSheet, type TextProps} from 'react-native' import Svg, { Defs, LinearGradient, Path, - PathProps, + type PathProps, Stop, - SvgProps, + type SvgProps, } from 'react-native-svg' import {Image} from 'expo-image' |