source: src/app/students/page.tsx@ 8496f3c

Last change on this file since 8496f3c 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: 121 bytes
Line 
1import { redirect } from "next/navigation";
2
3export default function StudentsHome() {
4 redirect("/students/profile");
5}
Note: See TracBrowser for help on using the repository browser.