MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / Wrapper

Function Wrapper

apps/baseai.dev/src/components/mdx/Wrapper.tsx:4–10  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

2
3// Article layout wrapper
4export function Wrapper({ children }: { children: React.ReactNode }) {
5 return (
6 <article className="flex h-full flex-col pb-10">
7 <Prose className="mt-32 flex-auto md:mt-16">{children}</Prose>
8 </article>
9 );
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected