about summary refs log tree commit diff
path: root/src/lib/routes/types.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-25 20:48:43 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 20:48:43 -0500
commit229153a26c448aa8dd97775c42166e36d6051985 (patch)
tree82f0a17ce287c85999d169ded8a48cd2746203da /src/lib/routes/types.ts
parent25153f1f4d63077506d0c015ef2b98f184c15dd1 (diff)
downloadvoidsky-229153a26c448aa8dd97775c42166e36d6051985.tar.zst
Fix tsc
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 60c9e3f4b..4eb5e29d2 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -62,6 +62,7 @@ export type MyProfileTabNavigatorParams = CommonNavigatorParams & {
 export type FlatNavigatorParams = CommonNavigatorParams & {
   Home: undefined
   Search: {q?: string}
+  Feeds: undefined
   Notifications: undefined
 }