Files

6 lines
102 B
TypeScript
Raw Permalink Normal View History

2026-01-20 17:20:13 +01:00
import { redirect } from "next/navigation";
export default function Home() {
redirect("/login");
}