renamed page to savedfeeds

This commit is contained in:
Ansh Nanda 2023-05-14 18:37:18 -07:00
parent 6105314f15
commit 61ea37ff81
4 changed files with 6 additions and 8 deletions

View file

@ -52,7 +52,7 @@ import {AppPasswords} from 'view/screens/AppPasswords'
import {MutedAccounts} from 'view/screens/MutedAccounts'
import {BlockedAccounts} from 'view/screens/BlockedAccounts'
import {getRoutingInstrumentation} from 'lib/sentry'
import CustomAlgorithms from 'view/screens/CustomAlgorithms'
import {SavedFeeds} from './view/screens/SavedFeeds'
const navigationRef = createNavigationContainerRef<AllNavigatorParams>()
@ -92,7 +92,7 @@ function commonScreens(Stack: typeof HomeTab) {
/>
<Stack.Screen name="CopyrightPolicy" component={CopyrightPolicyScreen} />
<Stack.Screen name="AppPasswords" component={AppPasswords} />
<Stack.Screen name="CustomAlgorithms" component={CustomAlgorithms} />
<Stack.Screen name="SavedFeeds" component={SavedFeeds} />
<Stack.Screen name="MutedAccounts" component={MutedAccounts} />
<Stack.Screen name="BlockedAccounts" component={BlockedAccounts} />
</>