diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-01 17:27:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 17:27:40 +0300 |
commit | fffcb609c66c184a1b24dc3eb2070dbdeace09ce (patch) | |
tree | 77c17941d27c31f01f19d954189f2fcc36c3d6c3 /src/screens/VideoFeed/index.web.tsx | |
parent | 07d667dba8a68d73f81d682193d1558daa5d5f15 (diff) | |
download | voidsky-fffcb609c66c184a1b24dc3eb2070dbdeace09ce.tar.zst |
fix warnings (#8092)
Diffstat (limited to 'src/screens/VideoFeed/index.web.tsx')
-rw-r--r-- | src/screens/VideoFeed/index.web.tsx | 2 |
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 } |