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