import { redirect } from "next/navigation" export default async function ExamGradingPage() { redirect("/teacher/homework/submissions") }