darkmode & lightmode switch

This commit is contained in:
nocnico
2025-03-15 17:54:31 +01:00
parent d942be3af3
commit 6a4f0811b4
6 changed files with 101 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
import type { Metadata } from "next";
import Navbar from "./_components/Navbar";
import Navbar from "./_components/navbar/Navbar";
import { redirect } from "next/navigation";
import { getServerSession } from "../api/auth/[...nextauth]/auth";