회원탈퇴 페이지 추가

This commit is contained in:
Yu Sung
2023-08-10 22:57:41 +09:00
parent dbeb15ba17
commit c91301e658
8 changed files with 261 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ struct ContentView: View {
case .notificationSettings:
NotificationSettingsView()
case .signOut:
SignOutView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)