- 오디션 탭 추가
This commit is contained in:
Yu Sung
2025-01-05 18:25:35 +09:00
parent 47bc905e4d
commit 5c3bf18d27
10 changed files with 44 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ final class HomeViewModel: ObservableObject {
private let playbackTrackingRepository = PlaybackTrackingRepository()
enum CurrentTab: String {
case content, live, explorer, message, mypage
case content, live, audition, message, mypage
}
@Published var currentTab: CurrentTab = .content