(props)
| 2 | import { Badge, Button } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <div> |
| 7 | <Button color="primary" outline> |
| 8 | Notifications <Badge color="secondary">4</Badge> |
| 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…