Olympus/frontend/athena/app/page.tsx
2026-07-02 17:00:50 +02:00

5 lines
No EOL
105 B
TypeScript

import { redirect } from "next/navigation";
export default function HomePage() {
redirect("/login");
}