()
| 12 | import Props from '../Props'; |
| 13 | |
| 14 | function Example() { |
| 15 | return ( |
| 16 | <Props |
| 17 | components={[ |
| 18 | Card, |
| 19 | CardBody, |
| 20 | CardHeader, |
| 21 | CardFooter, |
| 22 | CardImg, |
| 23 | CardSubtitle, |
| 24 | CardTitle, |
| 25 | CardText, |
| 26 | ]} |
| 27 | /> |
| 28 | ); |
| 29 | } |
| 30 | |
| 31 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…