Replace types

This commit is contained in:
Eric Bailey
2025-01-16 19:03:16 -06:00
parent 118e0318fe
commit f20eb31337
3 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {NavigationState, PartialState} from '@react-navigation/native'
import type {NativeStackNavigationProp} from '@react-navigation/native-stack'
import {SourceContext as VideoFeedSourceContext} from '#/components/VideoPostCard'
import {VideoFeedSourceContext} from '#/screens/VideoFeed/types'
export type {NativeStackScreenProps} from '@react-navigation/native-stack'