인기콘텐츠 전체 보기 페이지 추가

This commit is contained in:
Yu Sung
2023-10-15 06:34:08 +09:00
parent c440e8abd9
commit fea557560c
7 changed files with 260 additions and 2 deletions

View File

@@ -163,6 +163,9 @@ struct ContentView: View {
case .curationAll(let title, let curationId):
ContentCurationView(title: title, curationId: curationId)
case .contentRankingAll:
ContentRankingAllView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)