// // ContentMainIntroduceCreatorAllView.swift // SodaLive // // Created by klaus on 2/22/25. // import SwiftUI struct ContentMainIntroduceCreatorAllView: View { @StateObject var viewModel = ContentMainIntroduceCreatorAllViewModel() let columns = [ GridItem(.flexible()), GridItem(.flexible()), GridItem(.flexible()) ] var body: some View { NavigationView { BaseView(isLoading: $viewModel.isLoading) { VStack(spacing: 13.3) { DetailNavigationBar(title: "크리에이터 소개") ScrollView(.vertical, showsIndicators: false) { LazyVGrid(columns: columns, spacing: 13.3) { ForEach(0..