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