큐레이션 전체보기 페이지 추가
This commit is contained in:
@@ -160,6 +160,9 @@ struct ContentView: View {
|
||||
case .newContentAll:
|
||||
ContentNewAllView()
|
||||
|
||||
case .curationAll(let title, let curationId):
|
||||
ContentCurationView(title: title, curationId: curationId)
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
Reference in New Issue
Block a user