diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 342331f5cc..c841e8eca6 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -1,5 +1,5 @@ import {type NavigationState, type PartialState} from '@react-navigation/native' -import {type NativeStackNavigationProp} from '@react-navigation/native-stack' +import {type NativeStackNavigationProp} from '@react-navigation/native-stack' import {type VideoFeedSourceContext} from '#/screens/VideoFeed/types'