cofi/app/page.tsx

6 lines
103 B
TypeScript

import { redirect } from "next/navigation"
export default function Home() {
redirect("/register")
}