회원탈퇴 페이지 추가
This commit is contained in:
@@ -59,6 +59,9 @@ struct ContentView: View {
|
||||
case .notificationSettings:
|
||||
NotificationSettingsView()
|
||||
|
||||
case .signOut:
|
||||
SignOutView()
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
Reference in New Issue
Block a user