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