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