source: src/app/professor/page.tsx@ 50f2fb4

Last change on this file since 50f2fb4 was 298f9b3, checked in by Stefan-Saveski <stefansaveski19@…>, 8 months ago

feat: Implement professor portal with student management, grade handling, and profile display

  • Property mode set to 100644
File size: 124 bytes
Line 
1import { redirect } from "next/navigation";
2
3export default function ProfessorHome() {
4 redirect("/professor/students");
5}
Note: See TracBrowser for help on using the repository browser.