feat(creator): 소개, 활동, SNS 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 17:23:09 +09:00
parent 4214829a20
commit 3f24788c29
7 changed files with 244 additions and 3 deletions

View File

@@ -77,6 +77,12 @@ struct CreatorChannelHomeView: View {
fanTalk: response.fanTalk,
onSelectTab: onSelectTab
)
CreatorChannelIntroduceSection(introduce: response.introduce)
CreatorChannelActivitySection(activity: response.activity)
CreatorChannelSnsSection(sns: response.sns)
}
.frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black)