()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected