about summary refs log tree commit diff
path: root/src/components/VideoDownloadScreen.native.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-08-15 11:23:48 -0700
committerGitHub <noreply@github.com>2024-08-15 11:23:48 -0700
commit11061b628ef5b5805c6435155ca2a571001e4643 (patch)
treed1e3c672d225592af7e1341332c6c6aeb979f216 /src/components/VideoDownloadScreen.native.tsx
parentb9975697e22ef729e60b9111883127961258445b (diff)
downloadvoidsky-11061b628ef5b5805c6435155ca2a571001e4643.tar.zst
[Video] Download videos (#4886)
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Diffstat (limited to 'src/components/VideoDownloadScreen.native.tsx')
-rw-r--r--src/components/VideoDownloadScreen.native.tsx4
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
+}