콘텐츠 메인 다시듣기 탭

- 새로운 다시듣기 전체보기
This commit is contained in:
Yu Sung
2025-02-22 09:12:34 +09:00
parent 1f15ebfee3
commit 8070fa3bef
5 changed files with 86 additions and 1 deletions

View File

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