메인
- 오디션 탭 추가
This commit is contained in:
18
SodaLive/Sources/Audition/AuditionView.swift
Normal file
18
SodaLive/Sources/Audition/AuditionView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// AuditionView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 1/5/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct AuditionView: View {
|
||||
var body: some View {
|
||||
Text("오디션")
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
AuditionView()
|
||||
}
|
Reference in New Issue
Block a user