diff --git a/Examples/xx-messenger/Sources/GroupsFeature/GroupsComponent.swift b/Examples/xx-messenger/Sources/GroupsFeature/GroupsComponent.swift index c1facc4e88887a22b3c7bd901fe1331d2eaa956d..ae533463a649f3c5cf6e72be53d6462ed0a21f66 100644 --- a/Examples/xx-messenger/Sources/GroupsFeature/GroupsComponent.swift +++ b/Examples/xx-messenger/Sources/GroupsFeature/GroupsComponent.swift @@ -9,6 +9,8 @@ public struct GroupsComponent: ReducerProtocol { case start } + public init() {} + public var body: some ReducerProtocol<State, Action> { Reduce { state, action in switch action {