refactor(home): 추천 데이터 계층을 정리한다

This commit is contained in:
Yu Sung
2026-06-26 22:32:36 +09:00
parent 6b5176eba7
commit 5757705b12
8 changed files with 218 additions and 143 deletions

View File

@@ -2,7 +2,7 @@ import Foundation
import Combine
final class MainHomeViewModel: ObservableObject {
private let repository = MainHomeRepository()
private let repository = MainHomeRecommendationRepository()
private var subscription = Set<AnyCancellable>()
@Published var isLoading = false