콘텐츠 추가
This commit is contained in:
@@ -98,6 +98,12 @@ struct ContentView: View {
|
||||
case .creatorNoticeWrite(let notice):
|
||||
CreatorNoticeWriteView(notice: notice)
|
||||
|
||||
case .modifyContent(let contentId):
|
||||
ContentModifyView(contentId: contentId)
|
||||
|
||||
case .contentDetail(let contentId):
|
||||
ContentDetailView(contentId: contentId)
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
Reference in New Issue
Block a user