mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function HomePage() {
|
|
redirect("/docs/getting-started/introduction");
|
|
}
|