fix: 메인 홈

- 오디션 이미지 추가
- 오디션 리스트 페이지로 이동
This commit is contained in:
Yu Sung
2025-07-21 23:33:08 +09:00
parent f3898ac415
commit 0db3c2cc19
7 changed files with 57 additions and 6 deletions

View File

@@ -245,6 +245,9 @@ struct ContentView: View {
case .pointStatus(let refresh):
PointStatusView(refresh: refresh)
case .audition:
AuditionView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)