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