This component wraps the application with AuthProvider and AppProvider contexts providers,
ensuring that authentication and application state are available throughout the app.
It then renders the Root component, which contains the main navigation and screens of the app.
The main application component.
This component wraps the application with
AuthProviderandAppProvidercontexts providers, ensuring that authentication and application state are available throughout the app. It then renders theRootcomponent, which contains the main navigation and screens of the app.