feat(notification): 알림 수신 설정 페이지와 이동 경로를 추가한다

This commit is contained in:
Yu Sung
2026-03-13 13:56:59 +09:00
parent d5d5d97c2a
commit abe939e768
7 changed files with 513 additions and 17 deletions

View File

@@ -147,6 +147,9 @@ struct AppStepLayerView: View {
case .notificationSettings:
NotificationSettingsView()
case .notificationReceiveSettings:
NotificationReceiveSettingsView()
case .contentViewSettings:
ContentSettingsView()