feat(content): 랭킹 탭을 추가한다
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import SwiftUI
|
||||
|
||||
struct MainContentAudioRankingEmptyStateView: View {
|
||||
let message: String
|
||||
|
||||
var body: some View {
|
||||
MainContentAudioEmptyStateView(message: message)
|
||||
.background(Color.black)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user