source:
frontend/src/app/students/page.tsx
| Last change on this file was b8093a0, checked in by , 3 days ago | |
|---|---|
|
|
| File size: 121 bytes | |
| Line | |
|---|---|
| 1 | import { redirect } from "next/navigation"; |
| 2 | |
| 3 | export default function StudentsHome() { |
| 4 | redirect("/students/profile"); |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
