source:
frontend/src/app/students/exams/page.tsx
| Last change on this file was b8093a0, checked in by , 3 days ago | |
|---|---|
|
|
| File size: 116 bytes | |
| Line | |
|---|---|
| 1 | import Exams from "@/components/exams"; |
| 2 | |
| 3 | export default function ExamsPage() { |
| 4 | return ( |
| 5 | <Exams></Exams> |
| 6 | ); |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
