import React from 'react'
import Document, { Head, Main, NextScript } from 'next/document'
import {
SheetsRegistry,
JssProvider
} from 'react-jss'
export default class JssDocument extends Document {
static getInitialProps (ctx) {
const registry = new SheetsRegistry()
const page = ctx.renderPage(App => props => (