diff options
Diffstat (limited to 'src/components/LinearGradientBackground.tsx')
-rw-r--r-- | src/components/LinearGradientBackground.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/LinearGradientBackground.tsx b/src/components/LinearGradientBackground.tsx index 9b28b897c..b208f3ff3 100644 --- a/src/components/LinearGradientBackground.tsx +++ b/src/components/LinearGradientBackground.tsx @@ -1,6 +1,6 @@ -import React from 'react' -import {StyleProp, ViewStyle} from 'react-native' +import {type StyleProp, type ViewStyle} from 'react-native' import {LinearGradient} from 'expo-linear-gradient' +import type React from 'react' import {gradients} from '#/alf/tokens' |