SuperAdmin changes

This commit is contained in:
Ace
2026-06-18 15:45:59 +02:00
parent 03fbe13938
commit 5b115ae9ff
6 changed files with 239 additions and 89 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { redirect } from "next/navigation"
export default function RootPage() {
redirect("/login")
redirect("/dashboard")
}