(props)
| 1 | import React from 'react'; |
| 2 | |
| 3 | function Example(props) { |
| 4 | return ( |
| 5 | <div className="bg-info clearfix" style={{ padding: '.5rem' }}> |
| 6 | <button className="btn btn-secondary float-left" type="button"> |
| 7 | Example Button floated left |
| 8 | </button> |
| 9 | <button className="btn btn-danger float-right" type="button"> |
| 10 | Example Button floated right |
| 11 | </button> |
| 12 | </div> |
| 13 | ); |
| 14 | } |
| 15 | |
| 16 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…