haixunMaster/app/(dashboard)/page.tsx

6 lines
107 B
TypeScript
Raw Permalink Normal View History

2026-06-21 12:50:31 +00:00
import { redirect } from "next/navigation";
export default function HomePage() {
redirect("/matrix");
}