// // SectionCommunityPostView.swift // SodaLive // // Created by klaus on 2023/12/21. // import SwiftUI struct SectionCommunityPostView: View { let items: [GetCommunityPostListResponse] var body: some View { ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 13.3) { ForEach(0..