about summary refs log tree commit diff
path: root/src/view/icons/Logo.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/icons/Logo.tsx')
-rw-r--r--src/view/icons/Logo.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/icons/Logo.tsx b/src/view/icons/Logo.tsx
index 9212381a9..d6d4c8321 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 Svg, {
-  Path,
   Defs,
   LinearGradient,
+  Path,
+  PathProps,
   Stop,
   SvgProps,
-  PathProps,
 } from 'react-native-svg'
 
 import {colors} from '#/lib/styles'