about summary refs log tree commit diff
path: root/src/view/com/util/PressableWithHover.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/util/PressableWithHover.tsx')
-rw-r--r--src/view/com/util/PressableWithHover.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/PressableWithHover.tsx b/src/view/com/util/PressableWithHover.tsx
index 48659e229..19a1968cc 100644
--- a/src/view/com/util/PressableWithHover.tsx
+++ b/src/view/com/util/PressableWithHover.tsx
@@ -1,4 +1,4 @@
-import React, {forwardRef, PropsWithChildren} from 'react'
+import {forwardRef, PropsWithChildren} from 'react'
 import {Pressable, PressableProps, StyleProp, ViewStyle} from 'react-native'
 import {View} from 'react-native'