6 lines
95 B
TypeScript
Raw Permalink Normal View History

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