Files
whatsapp-inbox-platform/app/page.tsx
Wira Basalamah adde003fba
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
chore: initial project import
2026-04-21 09:29:29 +07:00

6 lines
106 B
TypeScript

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