feat(creator): 소개, 활동, SNS 섹션을 연결한다
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user