// // UserProfileSimilarCreatorView.swift // SodaLive // // Created by klaus on 2023/08/11. // import SwiftUI import Kingfisher struct UserProfileSimilarCreatorView: View { let creators: [SimilarCreatorResponse] let onClickCreator: (Int) -> Void var body: some View { VStack(alignment: .leading, spacing: 26.7) { Text("함께 들으면 좋은 채널") .font(.custom(Font.bold.rawValue, size: 16.7)) .foregroundColor(Color(hex: "eeeeee")) VStack(spacing: 10) { ForEach(0..