StudyPlanetNavigation

Composable function defining the navigation structure for the StudyPlanet application.

The StudyPlanetNavigation composable function sets up the navigation using the Jetpack Navigation library. It defines the destinations, routes, and associated composable screens for the application.

Parameters

navController

The navigation controller managing the navigation flow.