크리에이터 커뮤니티 페이지 추가

This commit is contained in:
Yu Sung
2023-12-15 19:14:03 +09:00
parent b8fbb664d5
commit 650b6808e6
11 changed files with 331 additions and 2 deletions

View File

@@ -163,6 +163,9 @@ struct ContentView: View {
case .contentRankingAll:
ContentRankingAllView()
case .creatorCommunityAll(let creatorId):
CreatorCommunityAllView(creatorId: creatorId)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)