fix: correct Material UI icon naming in Header.tsx and update timetable components

- Fix icon naming: remove 'Icon' suffix from MUI icon components in Header.tsx
  (AccessTime, Close, Person, School, Schedule, Class, Book, Settings, Student, Login, Logout)
- Update timetable components to use UserContext instead of ProfileContext
- Fix timetableService naming collision and circular reference
- Update various components for consistency
This commit is contained in:
Agent Zero
2026-02-26 07:28:47 +00:00
parent 00a6f941c7
commit 067df34c50
16 changed files with 123 additions and 122 deletions
+1 -2
View File
@@ -325,9 +325,8 @@ export const enrollmentService = {
// Combined Export
// ============================================================================
export const timetableService = {
export const timetableServiceExports = {
...classService,
...timetableService,
...lessonService,
...enrollmentService,
};