Imports entfernt

This commit is contained in:
PxlLoewe
2026-02-08 20:17:44 +01:00
parent d5a4118025
commit b46ad25bde
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import Link from "next/link";
import { prisma } from "@repo/db";
import { ChangelogWrapper } from "_components/navbar/ChangelogWrapper";
import ModeSwitchDropdown from "_components/navbar/ModeSwitchDropdown";
import { useSession } from "next-auth/react";
import { getServerSession } from "api/auth/[...nextauth]/auth";
import AdminPanel from "_components/navbar/AdminPanel";