feat(creator): 채널 홈 기본 화면을 연결한다

This commit is contained in:
Yu Sung
2026-07-01 20:14:08 +09:00
parent 033a9d3a0b
commit 29f7f3c26c
10 changed files with 638 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ struct AppStepLayerView: View {
LiveReservationCompleteView(reservationCompleteData: response)
case .creatorDetail(let userId):
UserProfileView(userId: userId)
CreatorChannelHomeView(creatorId: userId)
case .followerList(let userId):
FollowerListView(userId: userId)