so I have a simple list
List { ForEach(items) { item in TimerRowView(item: item) } .onDelete(perform: deleteItems) }
and