TeacherWorkLogRoutes component. This component handles routing for the teacher's work log section of the application. It includes routes for viewing work logs, creating new work logs, and managing work log related features.

Routes:

  • / : Shows the list of work logs
  • /create: Shows the work log creation mode selection
  • Any unmatched route redirects to TeacherMainView