(props)
| 2 | import { Spinner } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return <Spinner className="m-5" color="primary" />; |
| 6 | } |
| 7 | |
| 8 | export default Example; |
| 9 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…