fix scroll forwarder web entrypoint

This commit is contained in:
Samuel Newman
2026-07-23 21:06:20 +03:00
parent 723a60e979
commit 164a60953c
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
export {ScrollForwarderView} from './ScrollForwarderView'
+1 -1
View File
@@ -1,7 +1,7 @@
import {useCallback, useEffect, useMemo, useRef, useState} from 'react'
import {StyleSheet} from 'react-native'
import {SafeAreaView} from 'react-native-safe-area-context'
import {ScrollForwarderView} from 'react-native-scroll-forwarder/src'
import {ScrollForwarderView} from 'react-native-scroll-forwarder'
import {
type AppBskyActorDefs,
moderateProfile,