mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 09:53:10 +07:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function Home() {
|
|
redirect("/dashboard");
|
|
}
|