(props)
| 2 | import { List } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <List> |
| 7 | <li>Lorem ipsum</li> |
| 8 | <li>Phasellus iaculis</li> |
| 9 | <li>Nulla volutpat</li> |
| 10 | </List> |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…