(message, index)
| 84 | return t3; |
| 85 | } |
| 86 | function _temp(message, index) { |
| 87 | return <Box key={index} marginLeft={2}><Text dimColor={true}>• {message}</Text></Box>; |
| 88 | } |
| 89 | function Install({ |
| 90 | onDone, |
| 91 | force, |
nothing calls this directly
no outgoing calls
no test coverage detected