// // SearchContentListView.swift // SodaLive // // Created by klaus on 3/27/25. // import SwiftUI struct SearchContentListView: View { let itemsList: [SearchResponseItem] var body: some View { ScrollView(.vertical, showsIndicators: false) { VStack(spacing: 13.3) { ForEach(0..