import NextAuth from "next-auth/next";
import { AuthOption } from "./models/AuthOption";

const nextAuth = NextAuth(AuthOption);

export { nextAuth as GET, nextAuth as POST };
