mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import NextAuth from "next-auth"
|
|
import { authOptions } from "@/lib/auth"
|
|
|
|
// @see ./lib/auth
|
|
export default NextAuth(authOptions)
|