Removed deprecated StateStoreViewModel dispatching and reducing

This commit is contained in:
Stefan Ceriu
2022-09-27 11:46:22 +03:00
committed by Stefan Ceriu
parent fc2fdc8ae7
commit 1df0be344d
51 changed files with 109 additions and 275 deletions
@@ -16,7 +16,7 @@
import SwiftUI
typealias ChangePasswordViewModelType = StateStoreViewModel<ChangePasswordViewState, Never, ChangePasswordViewAction>
typealias ChangePasswordViewModelType = StateStoreViewModel<ChangePasswordViewState, ChangePasswordViewAction>
class ChangePasswordViewModel: ChangePasswordViewModelType, ChangePasswordViewModelProtocol {
// MARK: - Properties