about summary refs log tree commit diff
path: root/modules/expo-scroll-forwarder/src
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expo-scroll-forwarder/src')
-rw-r--r--modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx
index 93e69333f..0f5d01c13 100644
--- a/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx
+++ b/modules/expo-scroll-forwarder/src/ExpoScrollForwarderView.tsx
@@ -1,5 +1,7 @@
 import React from 'react'
+
 import {ExpoScrollForwarderViewProps} from './ExpoScrollForwarder.types'
+
 export function ExpoScrollForwarderView({
   children,
 }: React.PropsWithChildren<ExpoScrollForwarderViewProps>) {