diff options
Diffstat (limited to 'src/components/VideoDownloadScreen.native.tsx')
-rw-r--r-- | src/components/VideoDownloadScreen.native.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/VideoDownloadScreen.native.tsx b/src/components/VideoDownloadScreen.native.tsx new file mode 100644 index 000000000..a1f6466fd --- /dev/null +++ b/src/components/VideoDownloadScreen.native.tsx @@ -0,0 +1,4 @@ +export function VideoDownloadScreen() { + // @TODO redirect + return null +} |