Skip to content

Commit

Permalink
Fix auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jun 2, 2023
1 parent 41dc996 commit 2f212bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NextAuth from "@auth/nextjs";
import GitHub from "@auth/core/providers/github";
import GitHub from "@auth/nextjs/providers/github";
import { NextResponse } from "next/server";

export const {
Expand Down

0 comments on commit 2f212bf

Please sign in to comment.