| 4 | import { defaultCSSTheme } from 'components/hooks/useTheme' |
| 5 | |
| 6 | export default class MyDocument extends Document { |
| 7 | static async getInitialProps(ctx: DocumentContext) { |
| 8 | const sheet = new ServerStyleSheet() |
| 9 | const originalRenderPage = ctx.renderPage |
nothing calls this directly
no outgoing calls
no test coverage detected