diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Dialog/shared.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/Dialog/shared.tsx b/src/components/Dialog/shared.tsx index eec47b2ba..40d040878 100644 --- a/src/components/Dialog/shared.tsx +++ b/src/components/Dialog/shared.tsx @@ -1,11 +1,11 @@ -import React from 'react' import { - LayoutChangeEvent, - StyleProp, - TextStyle, + type LayoutChangeEvent, + type StyleProp, + type TextStyle, View, - ViewStyle, + type ViewStyle, } from 'react-native' +import type React from 'react' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' |