import NextAuth from "next-auth"; import { authOptions } from "../tina/[...routes]"; export default NextAuth(authOptions);