Initial English PK app

This commit is contained in:
2026-06-29 23:56:38 +08:00
commit a5de242d2c
41 changed files with 13169 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function HomePage() {
redirect("/pk");
}