feat(home): 사용하지 않는 큐레이션 영역 제거

This commit is contained in:
Yu Sung
2025-11-14 00:55:57 +09:00
parent 8bacf363ff
commit 0902b1fe30
3 changed files with 0 additions and 36 deletions

View File

@@ -20,5 +20,4 @@ struct GetHomeResponse: Decodable {
let recommendChannelList: [RecommendChannelResponse]
let freeContentList: [AudioContentMainItem]
let pointAvailableContentList: [AudioContentMainItem]
let curationList: [GetContentCurationResponse]
}