큐레이션 전체보기 페이지 추가

This commit is contained in:
Yu Sung
2023-09-27 21:16:39 +09:00
parent fd356451ae
commit 658cff20eb
10 changed files with 243 additions and 4 deletions

View File

@@ -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)