import { Html, Head, Main, NextScript } from "next/document"; const Document = () => { return (
); }; export default Document;