고객센터 페이지 추가

This commit is contained in:
Yu Sung
2023-08-11 07:33:38 +09:00
parent e082e07fa6
commit 64b0380671
13 changed files with 482 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ struct ContentView: View {
case .liveReservationCancel(let reservationId):
LiveReservationCancelView(reservationId: reservationId)
case .serviceCenter:
ServiceCenterView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)