chore: switch back to route handlers

This commit is contained in:
shadcn 2023-04-25 17:27:11 +04:00
parent aa09252612
commit 84d0cef1d1
2 changed files with 0 additions and 6 deletions

View file

@ -1,6 +0,0 @@
import NextAuth from "next-auth"
import { authOptions } from "@/lib/auth"
// @see ./lib/auth
export default NextAuth(authOptions)