diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:04:01 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:04:01 -0500 |
commit | 998879d6d60b59e65250af395fd6ce389c89189b (patch) | |
tree | f7e5e45fc0113113042891e32cabf3744ff74fd6 /src/lib/routes/types.ts | |
parent | 177df363308c09eccc071acfcd0a33d14489ff6f (diff) | |
download | voidsky-998879d6d60b59e65250af395fd6ce389c89189b.tar.zst |
Remove redundant feed-settings page
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 52d0e9af2..5c5185602 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -27,7 +27,6 @@ export type CommonNavigatorParams = { CopyrightPolicy: undefined AppPasswords: undefined SavedFeeds: undefined - PinnedFeeds: undefined } export type BottomTabNavigatorParams = CommonNavigatorParams & { |