feat(notification): 알림함 진입 및 딥링크 라우팅을 추가한다

This commit is contained in:
Yu Sung
2026-03-12 18:35:43 +09:00
parent 2b58a0147b
commit af8813685e
20 changed files with 788 additions and 32 deletions

View File

@@ -324,6 +324,9 @@ struct AppStepLayerView: View {
case .message:
MessageView()
case .notificationList:
PushNotificationListView()
case .pointStatus(let refresh):
PointStatusView(refresh: refresh)