source: src/app/students/exams/page.tsx@ 50f2fb4

Last change on this file since 50f2fb4 was 6b8332f, checked in by stefansaveski <stefansaveski19@…>, 11 months ago

feat: Add student exams, profile, semesters, and subjects pages with respective components and data integration

  • Property mode set to 100644
File size: 116 bytes
Line 
1import Exams from "@/components/exams";
2
3export default function ExamsPage() {
4 return (
5 <Exams></Exams>
6 );
7}
Note: See TracBrowser for help on using the repository browser.