feat(creator): 공지 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 13:09:22 +09:00
parent c136f5bbc3
commit 610f0eee4b
4 changed files with 301 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ struct CreatorChannelHomeView: View {
onSelectTab: onSelectTab,
onTapDonate: onTapDonate
)
CreatorChannelNoticeSection(notices: response.notices)
}
.frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black)