about summary refs log tree commit diff
path: root/src/components/icons/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/common.ts')
-rw-r--r--src/components/icons/common.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icons/common.ts b/src/components/icons/common.ts
index 669c157f5..9e9f15c4d 100644
--- a/src/components/icons/common.ts
+++ b/src/components/icons/common.ts
@@ -1,5 +1,5 @@
 import {StyleSheet, TextProps} from 'react-native'
-import type {PathProps, SvgProps} from 'react-native-svg'
+import type {SvgProps, PathProps} from 'react-native-svg'
 
 import {tokens} from '#/alf'