Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Nov 24, 2024
1 parent 129777e commit 03af58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private val launcherModule = module {
single { InputRepository(get(), get(), get()) }
single { InputResolver() }

viewModel() { LauncherScreenViewModel() }
viewModel { LauncherScreenViewModel() }
viewModel { HomeTabViewModel(get(), get()) }
viewModel { AppsTabViewModel(get()) }
}
Expand Down

0 comments on commit 03af58f

Please sign in to comment.