| 1 | import * as React from 'react'; |
| 2 | import { View, TextInput, Text, TouchableOpacity } from 'react-native'; |
| 3 | import { RoundButton } from './RoundButton'; |
| 4 | import { useConnectTerminal } from '@/hooks/useConnectTerminal'; |
nothing calls this directly
no test coverage detected