feat(content): 랭킹 탭을 추가한다
This commit is contained in:
@@ -48,7 +48,7 @@ struct MainContentView: View {
|
||||
onTapSeries: onTapSeries
|
||||
)
|
||||
case .ranking:
|
||||
MainPlaceholderTabView(title: MainContentTab.ranking.title)
|
||||
MainContentRankingView(onTapContent: onTapContent)
|
||||
case .all:
|
||||
MainContentAllView(
|
||||
viewModel: allViewModel,
|
||||
|
||||
Reference in New Issue
Block a user