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