AdminRoutes component.
This component is responsible for defining the routes for the admin section of the application.
It includes routes for the main view, courses, users, profile, help videos, settings, and statistics.
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 AdminMainView component if no other routes match.
AdminRoutes component. This component is responsible for defining the routes for the admin section of the application. It includes routes for the main view, courses, users, profile, help videos, settings, and statistics. 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 AdminMainView component if no other routes match.