import Link from "next/link" export default function UnauthorizedPage() { return (

ERROR 401

Unauthorized

You need to log in to access this page.

Login Go Home
) }