source:
src/app/professor/page.tsx@
50f2fb4
| Last change on this file since 50f2fb4 was 298f9b3, checked in by , 8 months ago | |
|---|---|
|
|
| File size: 124 bytes | |
| Line | |
|---|---|
| 1 | import { redirect } from "next/navigation"; |
| 2 | |
| 3 | export default function ProfessorHome() { |
| 4 | redirect("/professor/students"); |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
