source: src/app/students/page.tsx@ 997d094

Last change on this file since 997d094 was 82c9c53, checked in by stefansaveski <stefansaveski19@…>, 11 months ago

refactor: Remove unused imports and optimize component code across multiple files

  • Property mode set to 100644
File size: 73 bytes
Line 
1export default function Home() {
2 return (
3 <>
4
5 </>
6 );
7}
Note: See TracBrowser for help on using the repository browser.