mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
fix(auth): change prisma import to default export
This commit is contained in:
parent
012e0f7d05
commit
118b96a7a8
@ -1,5 +1,5 @@
|
||||
import NextAuth from "next-auth";
|
||||
import { prisma } from "@/lib/prisma";
|
||||
import prisma from "@/lib/prisma";
|
||||
import GitHub from "next-auth/providers/github";
|
||||
import { PrismaAdapter } from "@auth/prisma-adapter";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user