콘텐츠 메인 - 숏플, 라이브 다시 듣기 추가

This commit is contained in:
Yu Sung
2024-02-14 15:49:13 +09:00
parent c787027dcc
commit 7d0c472885
17 changed files with 380 additions and 3 deletions

View File

@@ -175,6 +175,9 @@ struct ContentView: View {
case .canCoupon:
CanCouponView()
case .contentAllByTheme(let themeId):
ContentAllByThemeView(themeId: themeId)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)