// // SectionCommunityPostView.swift // SodaLive // // Created by klaus on 2023/12/21. // import SwiftUI struct SectionCommunityPostView: View { let items: [GetCommunityPostListResponse] var body: some View { VStack(spacing: 16) { HStack(spacing: 0) { Text("커뮤니티") .font(.custom(Font.preBold.rawValue, size: 24)) .foregroundColor(.button) Spacer() } .frame(maxWidth: .infinity, alignment: .leading) .padding(.horizontal, 24) ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 16) { ForEach(0..