import { redirect } from "next/navigation"; const Page = () => { redirect("/apps/routing-forms/forms"); }; export default Page;