about summary refs log tree commit diff
path: root/src/view/com/util/Views.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/util/Views.tsx')
-rw-r--r--src/view/com/util/Views.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/util/Views.tsx b/src/view/com/util/Views.tsx
index c9ba0728c..38c3f2090 100644
--- a/src/view/com/util/Views.tsx
+++ b/src/view/com/util/Views.tsx
@@ -1,8 +1,8 @@
 import {forwardRef} from 'react'
-import {FlatListComponent} from 'react-native'
-import {View, ViewProps} from 'react-native'
+import {type FlatListComponent} from 'react-native'
+import {View, type ViewProps} from 'react-native'
 import Animated from 'react-native-reanimated'
-import {FlatListPropsWithLayout} from 'react-native-reanimated'
+import {type FlatListPropsWithLayout} from 'react-native-reanimated'
 
 // If you explode these into functions, don't forget to forwardRef!