raj.how/src/app/pages/[...page]/page.tsx

6 lines
97 B
TypeScript
Raw Normal View History

2024-01-09 21:25:30 +05:30
import { redirect } from "next/navigation";
export default function Page() {
redirect("/");
}