source: src/app/students/page.tsx@ 2d635ae

Last change on this file since 2d635ae 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: 106 bytes
Line 
1import Image from "next/image";
2
3export default function Home() {
4 return (
5 <>
6
7 </>
8 );
9}
Note: See TracBrowser for help on using the repository browser.