Skip to content

Commit

Permalink
(fix) missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
manishoo committed Feb 10, 2023
1 parent 310e007 commit 378689a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/newsfeed/NewsfeedScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { NotificationsTabOptions } from '~/notifications/v3/NotificationsTopBar'
import { CodePushUpdatePrompt } from 'modules/codepush';
import { useIsFeatureOn } from 'ExperimentsProvider';
import InFeedNoticesService from '~/common/services/in-feed.notices.service';
import { InAppVerificationPrompt } from '../modules/in-app-verification';

type NewsfeedScreenRouteProp = RouteProp<AppStackParamList, 'Newsfeed'>;
type NewsfeedScreenNavigationProp = StackNavigationProp<
Expand Down

0 comments on commit 378689a

Please sign in to comment.