Navigation

This commit is contained in:
sathwikcs
2024-10-18 12:20:16 +05:30
parent 498bb1a38e
commit a4482ee342

View File

@@ -35,7 +35,7 @@ fun NavigationHost(navController: NavHostController) {
} }
composable("main") { composable("main") {
MainScreen() MainScreen(navController)
} }
} }
} }