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

Class

apps/web/pages/_document.tsx:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from 'next/document';
8
9export default class _Document extends Document {
10 static async getInitialProps(context: DocumentContext) {
11 return Document.getInitialProps(context);
12 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected