// // ContentMainCurationView.swift // SodaLive // // Created by klaus on 2023/08/11. // import SwiftUI struct ContentMainCurationView: View { @StateObject private var viewModel = ContentMainCurationViewModel() var body: some View { VStack { if !viewModel.curationList.isEmpty { LazyVStack(spacing: 40) { ForEach(0..