diff options
Diffstat (limited to 'modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx')
-rw-r--r-- | modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx index 0f5d01c13..d66eef7cb 100644 --- a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx +++ b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx @@ -1,6 +1,4 @@ -import React from 'react' - -import {ExpoScrollForwarderViewProps} from './ExpoScrollForwarder.types' +import {type ExpoScrollForwarderViewProps} from './ExpoScrollForwarder.types' export function ExpoScrollForwarderView({ children, |