MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI /

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected