feat(creator): 채널 공통 셸을 분리한다

This commit is contained in:
Yu Sung
2026-07-02 15:50:38 +09:00
parent d87d761670
commit 949c8cec8e
7 changed files with 167 additions and 165 deletions

View File

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