feat(creator): 플로팅 액션 진입을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 22:02:11 +09:00
parent 5059cd4a40
commit 0fa036f04d
9 changed files with 69 additions and 12 deletions

View File

@@ -162,8 +162,8 @@ struct AppStepLayerView: View {
case .serviceCenter:
ServiceCenterView()
case .createContent:
ContentCreateView()
case .createContent(let onSuccess):
ContentCreateView(onSuccess: onSuccess)
case .liveReservationComplete(let response):
LiveReservationCompleteView(reservationCompleteData: response)