크리에이터 채널 - 콘텐츠 영역 추가
This commit is contained in:
@@ -101,6 +101,9 @@ struct ContentView: View {
|
||||
case .modifyContent(let contentId):
|
||||
ContentModifyView(contentId: contentId)
|
||||
|
||||
case .contentListAll(let userId):
|
||||
ContentListView(userId: userId)
|
||||
|
||||
case .contentDetail(let contentId):
|
||||
ContentDetailView(contentId: contentId)
|
||||
|
||||
|
Reference in New Issue
Block a user