diff --git a/lib/auth/utils.ts b/lib/auth/utils.ts index dadb8ba..0313e02 100644 --- a/lib/auth/utils.ts +++ b/lib/auth/utils.ts @@ -1,7 +1,7 @@ import { db } from "@/lib/db/index"; import { DrizzleAdapter } from "@auth/drizzle-adapter"; -import { getServerSession, NextAuthOptions } from "next-auth"; -import { Adapter } from "next-auth/adapters"; +import { getServerSession, type NextAuthOptions } from "next-auth"; +import { type Adapter } from "next-auth/adapters"; import { redirect } from "next/navigation"; import { z } from "zod"; import AzureADProvider from "next-auth/providers/azure-ad";