Skip to content
Snippets Groups Projects

[Messenger example] create new group

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -9,6 +9,8 @@ public struct GroupsComponent: ReducerProtocol {
@@ -9,6 +9,8 @@ public struct GroupsComponent: ReducerProtocol {
case start
case start
}
}
 
public init() {}
 
public var body: some ReducerProtocol<State, Action> {
public var body: some ReducerProtocol<State, Action> {
Reduce { state, action in
Reduce { state, action in
switch action {
switch action {
Loading