MCPcopy Create free account
hub / github.com/TejasQ/tejaskumar.com /

Class

pages/_document.tsx:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Document, { Head, Html, Main, NextScript } from "next/document";
2
3class MyDocument extends Document {
4 render() {
5 return (
6 <Html lang="en">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected