about summary refs log tree commit diff
path: root/src/alf/typography.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/typography.tsx')
-rw-r--r--src/alf/typography.tsx1
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'