| 5 | import colors from 'web-check-live/styles/colors'; |
| 6 | |
| 7 | interface Props { |
| 8 | children: ReactNode; |
| 9 | title?: string; |
| 10 | key?: string; |
| 11 | } |
| 12 | |
| 13 | interface State { |
| 14 | hasError: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected