diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-16 18:28:44 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-16 18:28:44 -0700 |
commit | 53ca0cd626cc71fea38fb0f59f68092ab406d143 (patch) | |
tree | 1976638d19e7ad542a8cf71641fc7d9d77718653 /src/lib/routes/types.ts | |
parent | 139027ac5f843c65aae5ad824d049aae6dae9f79 (diff) | |
download | voidsky-53ca0cd626cc71fea38fb0f59f68092ab406d143.tar.zst |
drag to rearrange pinned items
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 77ed58cc3..12ff27070 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -21,6 +21,7 @@ export type CommonNavigatorParams = { CopyrightPolicy: undefined AppPasswords: undefined SavedFeeds: undefined + PinnedFeeds: undefined CustomFeed: {name?: string; rkey: string} MutedAccounts: undefined BlockedAccounts: undefined |