mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-23 09:18:30 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import NextAuth from "next-auth"
|
|
|
|
import { authOptions } from "@/lib/auth"
|
|
|
|
// @see ./lib/auth
|
|
export default NextAuth(authOptions)
|