@@ -2,7 +2,7 @@ import NextAuth from "next-auth";
import CredentialsProvider from "next-auth/providers/credentials";
import * as R from "ramda";
-export const authOptions = {
+const authOptions = {
// Configure one or more authentication providers
providers: [
CredentialsProvider({