feat(creator): 팬Talk 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 16:49:48 +09:00
parent 884952db5a
commit 4214829a20
4 changed files with 104 additions and 1 deletions

View File

@@ -72,6 +72,11 @@ struct CreatorChannelHomeView: View {
onSelectTab: onSelectTab,
onTapLike: onTapCommunityLike
)
CreatorChannelFanTalkSection(
fanTalk: response.fanTalk,
onSelectTab: onSelectTab
)
}
.frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black)