(props)
| 2 | import { Button } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <div> |
| 7 | <Button color="primary" disabled> |
| 8 | Disabled button |
| 9 | </Button>{' '} |
| 10 | </div> |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | export default Example; |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…