()
| 2 | import { ButtonWithProps } from './button-with-props-only' |
| 3 | |
| 4 | export function Feature() { |
| 5 | return ( |
| 6 | <div> |
| 7 | <h2>Feature component</h2> |
| 8 | <Button>Nested</Button> |
| 9 | <ButtonWithProps>With props</ButtonWithProps> |
| 10 | </div> |
| 11 | ) |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected