콘텐츠 메인

- 시리즈 탭 UI 페이지 생성
This commit is contained in:
Yu Sung
2025-02-21 21:10:16 +09:00
parent cf5d0dc19e
commit 6bd27c5301
19 changed files with 1439 additions and 22 deletions

View File

@@ -215,6 +215,9 @@ struct ContentView: View {
case .searchChannel:
SearchChannelView()
case .contentMain(let startTab):
ContentMainViewV2(selectedTab: startTab)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)