크리에이터 커뮤니티 등록 UI 추가

This commit is contained in:
Yu Sung
2023-12-16 01:56:59 +09:00
parent a7f8fa5dc5
commit e2e64fa4e6
7 changed files with 209 additions and 2 deletions

View File

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