feat(creator): 커뮤니티 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 15:58:32 +09:00
parent ed6240fdd0
commit aa735b7053
5 changed files with 203 additions and 49 deletions

View File

@@ -63,6 +63,11 @@ struct CreatorChannelHomeView: View {
onSelectTab: onSelectTab,
onTapSeries: onTapSeries
)
CreatorChannelCommunitySection(
communities: response.communities,
onSelectTab: onSelectTab
)
}
.frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black)