(props)
| 130 | }; |
| 131 | |
| 132 | const LandingHeaderWrapper = (props) => { |
| 133 | return <LandingHeader {...props} />; |
| 134 | }; |
| 135 | |
| 136 | const LandingNewsletterSectionWrapper = (props) => { |
| 137 | return <LandingNewsletterSection {...props} />; |
nothing calls this directly
no outgoing calls
no test coverage detected