| 2 | import ReactDOM from 'react-dom' |
| 3 | |
| 4 | class Example extends Component { |
| 5 | render ( |
| 6 | <section> |
| 7 | <p>Hello World!</p> |
| 8 | </section> |
| 9 | ) |
| 10 | } |
| 11 | |
| 12 | const Example = () => ( |
| 13 | <section> |
nothing calls this directly
no outgoing calls
no test coverage detected