import SwiftUI struct MainContentAudioRankingEmptyStateView: View { let message: String var body: some View { MainContentAudioEmptyStateView(message: message) .background(Color.black) } }