Fix auth.ts

This commit is contained in:
Jared Palmer 2023-06-02 10:08:16 -04:00
parent 41dc996053
commit 2f212bfe12

View file

@ -1,5 +1,5 @@
import NextAuth from "@auth/nextjs"; import NextAuth from "@auth/nextjs";
import GitHub from "@auth/core/providers/github"; import GitHub from "@auth/nextjs/providers/github";
import { NextResponse } from "next/server"; import { NextResponse } from "next/server";
export const { export const {