Files
CICD/src/app/(dashboard)/teacher/exams/page.tsx
SpecialX e7c902e8e1
Some checks failed
CI / build-and-test (push) Failing after 1m31s
CI / deploy (push) Has been skipped
Module Update
2025-12-30 14:42:30 +08:00

6 lines
117 B
TypeScript

import { redirect } from "next/navigation"
export default function ExamsPage() {
redirect("/teacher/exams/all")
}