about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
commit61ea37ff818ca64cec8e10b3a423ecd22dcf0141 (patch)
tree284040cd34558efd715433a40c42be94699d27da /src/Navigation.tsx
parent6105314f15448a965ef93044c58ab50ff6616bb4 (diff)
downloadvoidsky-61ea37ff818ca64cec8e10b3a423ecd22dcf0141.tar.zst
renamed page to savedfeeds
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 8b6e1b453..26dc9f7ad 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -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} />
     </>