diff options
Diffstat (limited to 'src/components/icons/common.ts')
-rw-r--r-- | src/components/icons/common.ts | 2 |
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' |