TeacherCreateCourseRoutes component.
This component is responsible for defining the routes for the teacher's course creation section of the application.
It includes routes for the course creation view, easy course creation, custom course creation, and the main view.
Each route is associated with a specific component that will be rendered when the route is accessed.
The '*' route is a catch-all route that will render the TeacherMainView component if no other routes match.
TeacherCreateCourseRoutes component. This component is responsible for defining the routes for the teacher's course creation section of the application. It includes routes for the course creation view, easy course creation, custom course creation, and the main view. Each route is associated with a specific component that will be rendered when the route is accessed. The '*' route is a catch-all route that will render the TeacherMainView component if no other routes match.