()
| 12 | } |
| 13 | |
| 14 | render() { |
| 15 | return ( |
| 16 | <div style={{ textAlign: 'center' }}> |
| 17 | <h2>Hello, I`m ReactMaker.</h2> |
| 18 | <p>To get started, edit containers/index.js</p> |
| 19 | </div> |
| 20 | ); |
| 21 | } |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected