콘텐츠 메인 ASMR 탭

- 새로운 ASMR 전체보기
This commit is contained in:
Yu Sung
2025-02-22 09:06:06 +09:00
parent 38498c86af
commit 1f15ebfee3
4 changed files with 84 additions and 1 deletions

View File

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