diff options
Diffstat (limited to 'src/view/icons/Logotype.tsx')
-rw-r--r-- | src/view/icons/Logotype.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/icons/Logotype.tsx b/src/view/icons/Logotype.tsx index 8be4980e6..270c913fc 100644 --- a/src/view/icons/Logotype.tsx +++ b/src/view/icons/Logotype.tsx @@ -1,4 +1,4 @@ -import Svg, {Path, PathProps, SvgProps} from 'react-native-svg' +import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg' import {usePalette} from '#/lib/hooks/usePalette' |