source:
src/app/students/page.tsx@
298f9b3
| Last change on this file since 298f9b3 was 298f9b3, checked in by , 8 months 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.
