refactor(home): 추천 데이터 계층을 정리한다
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user