diff options
Diffstat (limited to 'src/alf/typography.tsx')
-rw-r--r-- | src/alf/typography.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alf/typography.tsx b/src/alf/typography.tsx index a3bed4e4c..c229ab443 100644 --- a/src/alf/typography.tsx +++ b/src/alf/typography.tsx @@ -3,7 +3,6 @@ import {type TextProps as RNTextProps} from 'react-native' import {type StyleProp, type TextStyle} from 'react-native' import {UITextView} from 'react-native-uitextview' import createEmojiRegex from 'emoji-regex' -import type React from 'react' import {isNative} from '#/platform/detection' import {isIOS} from '#/platform/detection' |