콘텐츠 메인 무료 탭

- 크리에이터 소개 전체보기
This commit is contained in:
Yu Sung
2025-02-22 10:23:00 +09:00
parent 8070fa3bef
commit 174416952e
5 changed files with 150 additions and 1 deletions

View File

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