We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf40e4 commit bbbfdcdCopy full SHA for bbbfdcd
frontend/src/app/page.tsx
@@ -1,4 +1,7 @@
1
+import { redirect } from "next/navigation";
2
+
3
export default function Home() {
4
+ return redirect("/dashboard");
5
return (
6
<main className="flex items-center justify-center w-full h-full min-h-screen">
7
<div>
0 commit comments