🌟 Code Cleanup

This commit is contained in:
callumok2004
2021-06-21 04:03:29 +01:00
parent 2c12055a5f
commit a34ed541c5

View File

@@ -2,7 +2,7 @@ import Document from 'next/document'
import { ServerStyleSheet } from 'styled-components'
export default class MyDocument extends Document {
static async getInitialProps(ctx: any) {
static async getInitialProps(ctx) {
const sheet = new ServerStyleSheet(),
originalRenderPage = ctx.renderPage