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