(props)
| 2 | import { UncontrolledAlert } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <UncontrolledAlert color="info"> |
| 7 | I am an alert and I can be dismissed! |
| 8 | </UncontrolledAlert> |
| 9 | ); |
| 10 | } |
| 11 | |
| 12 | export default Example; |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…