MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / render

Method render

apps/web/pages/_document.tsx:13–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 return Document.getInitialProps(context);
12 }
13 render() {
14 return (
15 <Html lang="en">
16 <Head />
17 <body>
18 <Main />
19 <NextScript />
20 </body>
21 </Html>
22 );
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected