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