about summary refs log tree commit diff
path: root/src/screens/VideoFeed/index.web.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-01 17:27:40 +0300
committerGitHub <noreply@github.com>2025-04-01 17:27:40 +0300
commitfffcb609c66c184a1b24dc3eb2070dbdeace09ce (patch)
tree77c17941d27c31f01f19d954189f2fcc36c3d6c3 /src/screens/VideoFeed/index.web.tsx
parent07d667dba8a68d73f81d682193d1558daa5d5f15 (diff)
downloadvoidsky-fffcb609c66c184a1b24dc3eb2070dbdeace09ce.tar.zst
fix warnings (#8092)
Diffstat (limited to 'src/screens/VideoFeed/index.web.tsx')
-rw-r--r--src/screens/VideoFeed/index.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/VideoFeed/index.web.tsx b/src/screens/VideoFeed/index.web.tsx
index 38ec8cc0a..27e2a6ffd 100644
--- a/src/screens/VideoFeed/index.web.tsx
+++ b/src/screens/VideoFeed/index.web.tsx
@@ -1,3 +1,3 @@
-export function VideoScreen() {
+export function VideoFeed() {
   return null
 }