크리에이터 커뮤니티 등록 UI 추가
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user