Fix id of Items, saving
This commit is contained in:
@ -2,7 +2,7 @@ import SwiftUI
|
||||
|
||||
protocol MainContentView: View {
|
||||
|
||||
associatedtype Item: Identifiable
|
||||
associatedtype Item
|
||||
|
||||
init(item: Item)
|
||||
|
||||
|
Reference in New Issue
Block a user