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