Files
Magent/frontend/app/portal/page.tsx
T
Assclaw f852e7c941
Magent CI/CD / verify (push) Failing after 9m34s
Magent CI/CD / deploy-beta (push) Skipped
chore: standardize security and quality foundations
2026-09-17 20:03:47 +12:00

6 lines
120 B
TypeScript

import { redirect } from "next/navigation";
export default function PortalIndexPage() {
redirect("/new-requests");
}