From 61ea37ff818ca64cec8e10b3a423ecd22dcf0141 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Sun, 14 May 2023 18:37:18 -0700 Subject: renamed page to savedfeeds --- src/Navigation.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Navigation.tsx') 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() @@ -92,7 +92,7 @@ function commonScreens(Stack: typeof HomeTab) { /> - + -- cgit 1.4.1