import { Html, Head, Main, NextScript, DocumentContext } from 'next/document' export default function Document() { return (
) }