about summary refs log tree commit diff
path: root/src/view/icons/Logomark.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/icons/Logomark.tsx')
-rw-r--r--src/view/icons/Logomark.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/icons/Logomark.tsx b/src/view/icons/Logomark.tsx
index b777992d4..8d078f434 100644
--- a/src/view/icons/Logomark.tsx
+++ b/src/view/icons/Logomark.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'