Aktueller Stand

This commit is contained in:
2026-01-15 16:24:09 +01:00
parent 5d2630a02f
commit 46eae2a2a9
70 changed files with 7866 additions and 447 deletions

View File

@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default async function AdminSettingsPage() {
redirect("/admin");
}