feat: 메인 라이브
- 팔로잉 채널 신규 UI 사이즈 적용
This commit is contained in:
		@@ -18,7 +18,6 @@ final class LiveViewModel: ObservableObject {
 | 
			
		||||
    @Published private(set) var liveNowItems = [GetRoomListResponse]()
 | 
			
		||||
    @Published private(set) var liveReservationItems = [GetRoomListResponse]()
 | 
			
		||||
    @Published private(set) var recommendLiveItems: [GetRecommendLiveResponse] = []
 | 
			
		||||
    @Published private(set) var recommendChannelItems: [GetRecommendChannelResponse] = []
 | 
			
		||||
    @Published private(set) var followedChannelItems: [GetRecommendChannelResponse] = []
 | 
			
		||||
    @Published private(set) var communityPostItems: [GetCommunityPostListResponse] = []
 | 
			
		||||
    @Published private(set) var replayLiveItems: [AudioContentMainItem] = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user