Files

5 lines
104 B
TypeScript
Raw Permalink Normal View History

2025-08-20 15:16:00 +02:00
import { redirect } from "next/navigation";
export default function RawIndexPage() {
redirect("/");
}