Navigation

This commit is contained in:
sathwikcs
2025-01-17 15:21:36 +05:30
parent fdf160b7a1
commit 32124886c5

View File

@@ -18,7 +18,7 @@ fun Navigation(
) {
NavHost(navController, startDestination = items[0].route) {
composable(items[0].route) {
HomeScreen()
}
composable(items[1].route) {
SettingsScreen()