콘텐츠 메인

- 채널 검색 추가
This commit is contained in:
Yu Sung
2025-01-09 05:07:44 +09:00
parent 6d5257e1c0
commit 3a0ca5b945
7 changed files with 220 additions and 0 deletions

View File

@@ -209,6 +209,9 @@ struct ContentView: View {
case .auditionRoleDetail(let roleId):
AuditionRoleDetailView(roleId: roleId)
case .searchChannel:
SearchChannelView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)