about summary refs log tree commit diff
path: root/src/screens/Settings/components/OTAInfo.web.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-03-06 00:01:17 +0000
committerGitHub <noreply@github.com>2025-03-05 16:01:17 -0800
commit9fde3957e76050a78c04509c84e5091f20975555 (patch)
tree557166acd4090279e9250e36223831ca1f87cc96 /src/screens/Settings/components/OTAInfo.web.tsx
parentdae152da85d74f68e637d5867cdba46a20d79251 (diff)
downloadvoidsky-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.tsx3
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
+}