import { Html, Head, Main, NextScript } from 'next/document' const Document: React.FC = () => { return (
) } export default Document