import { authOptions } from "@/auth";
import NextAuth from "next-auth/next";


export default NextAuth(authOptions);
