AIvoices/frontend-nextjs/app/children/page.tsx
2025-04-08 14:05:27 +01:00

5 lines
115 B
TypeScript

import { redirect } from "next/navigation";
export default async function Home() {
redirect("/healthcare");
}