JochensNextDinnerApp
fun JochensNextDinnerApp(navController: NavHostController = rememberNavController(), navigationType: JndNavigationType)
Composable function for the JochensNextDinnerApp. It sets up the navigation for the app based on the navigation type.
Parameters
navController
The NavController for navigating between screens. By default, it uses rememberNavController to remember the NavController across compositions.
navigationType
The type of navigation to use (e.g., bottom navigation, drawer navigation).