({ children })
| 11 | const Header = ({ children }) => <h1>{children}</h1>; |
| 12 | |
| 13 | const Content = ({ children }) => <section>{children}</section>; |
| 14 | |
| 15 | const App = () => ( |
| 16 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…