Study Planet Navigation
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
nav Controller
The navigation controller managing the navigation flow.