회원가입 페이지
This commit is contained in:
@@ -20,6 +20,9 @@ struct ContentView: View {
|
||||
case .splash:
|
||||
SplashView()
|
||||
|
||||
case .signUp:
|
||||
SignUpView()
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
Reference in New Issue
Block a user