Skip to content

Commit 08ae76e

Browse files
authored
Merge pull request #521 from DennisBauer/fix
Remove duplicated EditRecurringExpenseViewModel in previewModule
2 parents b176587 + bb8613a commit 08ae76e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/commonMain/kotlin/di/Module.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ val previewModule =
4949
viewModel { (expenseId: Int?) ->
5050
EditRecurringExpenseViewModel(expenseId, get(), get(), get())
5151
}
52-
viewModelOf(::EditRecurringExpenseViewModel)
5352
singleOf(::ExchangeRateProvider)
5453
singleOf(::CurrencyProvider)
5554
single<IExpenseRepository> { FakeExpenseRepository() }

0 commit comments

Comments
 (0)