diff options
author | Hailey <me@haileyok.com> | 2024-08-15 16:29:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 16:29:16 -0700 |
commit | a5af24b53b6085cfb5547592c29155bc10e71f9e (patch) | |
tree | 6946c933322c1cdfc455e63c02ca74b18651117b /src/lib/routes | |
parent | b6e515c664d51ffe357c3562fd514301805ade8c (diff) | |
download | voidsky-a5af24b53b6085cfb5547592c29155bc10e71f9e.tar.zst |
Revert "[Video] Download videos" (#4945)
Diffstat (limited to 'src/lib/routes')
-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 77e7266a4..0cc83b475 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -50,7 +50,6 @@ export type CommonNavigatorParams = { StarterPackShort: {code: string} StarterPackWizard: undefined StarterPackEdit: {rkey?: string} - VideoDownload: undefined } export type BottomTabNavigatorParams = CommonNavigatorParams & { |