feat(creator): 오디오 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 14:34:27 +09:00
parent 0775b17fd4
commit 32174cd0af
6 changed files with 263 additions and 38 deletions

View File

@@ -48,6 +48,12 @@ struct CreatorChannelHomeView: View {
schedules: response.schedules,
onTapSchedule: onTapSchedule
)
CreatorChannelAudioSection(
audioContents: response.audioContents,
onSelectTab: onSelectTab,
onTapContent: onTapContent
)
}
.frame(maxWidth: .infinity, alignment: .leading)
.background(Color.black)