This commit is contained in:
Abhinav 2021-12-03 20:20:56 +05:30
parent 20d65749c9
commit 7df09a17ea
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@ import React from 'react';
import Document, { Html, Head, Main, NextScript } from 'next/document';
import { ServerStyleSheet } from 'styled-components';
//
export default class MyDocument extends Document {
static async getInitialProps(ctx) {
const sheet = new ServerStyleSheet();