import { redirect } from "next/navigation"; export default function SchoolPage(): never { redirect("/admin/school/schools"); }