()
| 10 | }; |
| 11 | }, |
| 12 | render() { |
| 13 | const {children} = this.props; |
| 14 | return ( |
| 15 | <div {...this.props}> |
| 16 | {children} |
| 17 | </div> |
| 18 | ); |
| 19 | } |
| 20 | }); |
| 21 | |
| 22 | module.exports = Item; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…