()
| 2180 | |
| 2181 | class Example62 extends React.Component { |
| 2182 | render() { |
| 2183 | return ( |
| 2184 | <ListGroup> |
| 2185 | <ListGroupItem>Cras justo odio</ListGroupItem> |
| 2186 | <ListGroupItem>Dapibus ac facilisis in</ListGroupItem> |
| 2187 | <ListGroupItem>Morbi leo risus</ListGroupItem> |
| 2188 | <ListGroupItem>Porta ac consectetur ac</ListGroupItem> |
| 2189 | <ListGroupItem>Vestibulum at eros</ListGroupItem> |
| 2190 | </ListGroup> |
| 2191 | ); |
| 2192 | } |
| 2193 | } |
| 2194 | |
| 2195 | class Example63 extends React.Component { |
nothing calls this directly
no outgoing calls
no test coverage detected