diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-14 18:37:18 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-14 18:37:18 -0700 |
commit | 61ea37ff818ca64cec8e10b3a423ecd22dcf0141 (patch) | |
tree | 284040cd34558efd715433a40c42be94699d27da /src/lib | |
parent | 6105314f15448a965ef93044c58ab50ff6616bb4 (diff) | |
download | voidsky-61ea37ff818ca64cec8e10b3a423ecd22dcf0141.tar.zst |
renamed page to savedfeeds
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index b91495640..5a4126f6a 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -20,7 +20,7 @@ export type CommonNavigatorParams = { CommunityGuidelines: undefined CopyrightPolicy: undefined AppPasswords: undefined - CustomAlgorithms: undefined + SavedFeeds: undefined MutedAccounts: undefined BlockedAccounts: undefined } |