mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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 NextAuth from "next-auth";
|
||||||
import { prisma } from "@/lib/prisma";
|
import prisma from "@/lib/prisma";
|
||||||
import GitHub from "next-auth/providers/github";
|
import GitHub from "next-auth/providers/github";
|
||||||
import { PrismaAdapter } from "@auth/prisma-adapter";
|
import { PrismaAdapter } from "@auth/prisma-adapter";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user