diff options
Diffstat (limited to 'src/components/ProgressGuide/List.tsx')
-rw-r--r-- | src/components/ProgressGuide/List.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/List.tsx b/src/components/ProgressGuide/List.tsx index bbc5a0177..52fc4c27a 100644 --- a/src/components/ProgressGuide/List.tsx +++ b/src/components/ProgressGuide/List.tsx @@ -1,4 +1,4 @@ -import {StyleProp, View, ViewStyle} from 'react-native' +import {type StyleProp, View, type ViewStyle} from 'react-native' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' |