aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/page.tsx
blob: f8e1c1beda3050a7e42e78a76b35e22eef397152 (plain) (blame)
1
2
3
4
5
import { redirect } from "next/navigation";

export default function HomePage() {
  redirect("/typing");
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage