| 7 | } from 'next/document'; |
| 8 | |
| 9 | export default class _Document extends Document { |
| 10 | static async getInitialProps(context: DocumentContext) { |
| 11 | return Document.getInitialProps(context); |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected