Skip to content

Commit

Permalink
Remove duplicate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 20, 2023
1 parent 18a4607 commit 37af570
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ val uiModule = module {
viewModel { VoucherDialogViewModel(get(), get()) }
viewModel { VpnSettingsViewModel(get(), get(), get(), get()) }
viewModel { WelcomeViewModel(get(), get(), get(), get()) }
viewModel { VpnSettingsViewModel(get(), get(), get(), get(), get()) }
viewModel { WelcomeViewModel(get(), get(), get(), get()) }
viewModel { ReportProblemViewModel(get(), get()) }
viewModel { ViewLogsViewModel(get()) }
viewModel { OutOfTimeViewModel(get(), get(), get(), get()) }
Expand Down

0 comments on commit 37af570

Please sign in to comment.