MCPcopy Create free account
hub / github.com/PageAI-Pro/page-ui / LandingHeaderWrapper

Function LandingHeaderWrapper

components/MDXComponents.tsx:132–134  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

130};
131
132const LandingHeaderWrapper = (props) => {
133 return <LandingHeader {...props} />;
134};
135
136const LandingNewsletterSectionWrapper = (props) => {
137 return <LandingNewsletterSection {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected