메인 페이지

- 하단 메시지 탭 제거
This commit is contained in:
Yu Sung
2025-03-24 09:22:28 +09:00
parent b12200dd9b
commit 8cb7287b5d
5 changed files with 11 additions and 34 deletions

View File

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