haixunMaster/app/(dashboard)/page.tsx

6 lines
107 B
TypeScript

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