()
| 3 | import Props from '../Props'; |
| 4 | |
| 5 | function Example() { |
| 6 | return <Props components={[Popover, PopoverHeader, PopoverBody]} />; |
| 7 | } |
| 8 | |
| 9 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…