This commit is contained in:
g
2025-02-08 16:06:39 +00:00
parent 7374e56253
commit bce4b26ffa
7 changed files with 280 additions and 115 deletions

View File

@@ -2,5 +2,4 @@ import { redirect } from "next/navigation"
export default function Home() {
redirect("/dashboard")
}
}