라이브 - 방만들기 추가

This commit is contained in:
Yu Sung
2023-08-14 11:21:03 +09:00
parent cf0607334a
commit e0a5fb733d
18 changed files with 1529 additions and 10 deletions

View File

@@ -104,6 +104,12 @@ struct ContentView: View {
case .contentDetail(let contentId):
ContentDetailView(contentId: contentId)
case .createLive(let timeSettingMode, let onSuccess):
LiveRoomCreateView(
timeSettingMode: timeSettingMode,
onSuccess: onSuccess
)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)