This commit is contained in:
PxlLoewe
2025-03-15 11:09:57 -07:00
8 changed files with 187 additions and 89 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";