콘텐츠 메인 모닝콜 탭

- 새로운 알람 전체보기
This commit is contained in:
Yu Sung
2025-02-22 08:59:11 +09:00
parent 77626f5fe8
commit 38498c86af
6 changed files with 189 additions and 2 deletions

View File

@@ -221,6 +221,9 @@ struct ContentView: View {
case .completedSeriesAll:
CompletedSeriesView()
case .newAlarmContentAll:
ContentMainAlarmAllView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)