what hapenned with the css of this project??? looks awfull

This commit is contained in:
Leon Serfaty G
2025-12-26 00:08:44 +00:00
parent c5ebbc5f77
commit 76ba003c92
12 changed files with 148 additions and 130 deletions
+6 -2
View File
@@ -1,3 +1,7 @@
import { handlers } from '@/auth';
export const { GET, POST } = handlers;
import { authOptions } from "@/auth";
import NextAuth from "next-auth";
const handler = NextAuth(authOptions);
export { handler as GET, handler as POST }