Skip to content
Snippets Groups Projects
Commit 8feaa235 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor

parent a869acdb
No related branches found
No related tags found
2 merge requests!153Release 1.1.0,!152[Messenger example] group chat
......@@ -10,7 +10,7 @@ import XXModels
public struct ChatComponent: ReducerProtocol {
public struct State: Equatable, Identifiable {
public enum ID: Equatable, Hashable {
case contact(Data)
case contact(XXModels.Contact.ID)
}
public struct Message: Equatable, Identifiable {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment