// // ContentMainNewContentCreatorView.swift // SodaLive // // Created by klaus on 2023/08/11. // import SwiftUI struct ContentMainNewContentCreatorView: View { let items: [GetNewContentUploadCreator] var body: some View { ScrollView(.horizontal, showsIndicators: false) { LazyHStack(spacing: 21.3) { ForEach(0..