Cleanup dependencies

This commit is contained in:
Darren Clarke 2024-09-27 13:11:31 +02:00
parent d286207b9f
commit f86ce1e835
16 changed files with 416 additions and 4227 deletions

View file

@ -1,5 +1,5 @@
import NextAuth from "next-auth";
import { authOptions } from "app/_lib/authentication";
import { authOptions } from "@/app/_lib/authentication";
const handler = NextAuth(authOptions);