// // ContentMainNewContentCreatorView.swift // SodaLive // // Created by klaus on 2023/08/11. // import SwiftUI struct ContentMainNewContentCreatorView: View { @StateObject private var viewModel = ContentMainNewContentCreatorViewModel() var body: some View { ZStack { if !viewModel.newContentUploadCreatorList.isEmpty { ScrollView(.horizontal, showsIndicators: false) { LazyHStack(spacing: 21.3) { ForEach(0..