export default async function Home() { return (
{JSON.stringify(new Date(), null, 2)}
) }