diff options
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 +} |