link-stack/apps/link/app/(main)/leafcutter/page.tsx

6 lines
112 B
TypeScript
Raw Normal View History

2023-07-18 12:26:57 +00:00
import { redirect } from "next/navigation";
export default function Page() {
redirect("/leafcutter/home");
}