feat(home): 최근 데뷔 크리에이터 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-06-29 17:22:52 +09:00
parent 3ed763af4e
commit c2f358ee50
4 changed files with 151 additions and 24 deletions

View File

@@ -37,6 +37,11 @@ struct MainHomeRecommendationView: View {
onTapContent: onTapContent,
onTapCommunity: onTapCommunity
)
MainHomeRecentDebutCreatorSection(
items: viewModel.recommendations?.recentDebutCreators ?? [],
onTapCreator: onTapCreator
)
}
.padding(.vertical, SodaSpacing.s20)
}