diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-03-06 00:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 16:01:17 -0800 |
commit | 9fde3957e76050a78c04509c84e5091f20975555 (patch) | |
tree | 557166acd4090279e9250e36223831ca1f87cc96 /src/screens/Settings/components/OTAInfo.web.tsx | |
parent | dae152da85d74f68e637d5867cdba46a20d79251 (diff) | |
download | voidsky-9fde3957e76050a78c04509c84e5091f20975555.tar.zst |
ota helper in dev mode (#7911)
Diffstat (limited to 'src/screens/Settings/components/OTAInfo.web.tsx')
-rw-r--r-- | src/screens/Settings/components/OTAInfo.web.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/Settings/components/OTAInfo.web.tsx b/src/screens/Settings/components/OTAInfo.web.tsx new file mode 100644 index 000000000..af6464ee6 --- /dev/null +++ b/src/screens/Settings/components/OTAInfo.web.tsx @@ -0,0 +1,3 @@ +export function OTAInfo() { + return null +} |