Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga authored Oct 20, 2024
1 parent 930000b commit e47c339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ NavHost(navController = navController, startDestination = HomeNavDestination.rou
HomeScreen()
}
composable(
route = HomeNavDestination.route,
arguments = HomeNavDestination.arguments
route = SettingsNavDestination.route,
arguments = SettingsNavDestination.arguments
) {
SettingsScreen()
}
Expand Down

0 comments on commit e47c339

Please sign in to comment.