응원 전체보기 추가

This commit is contained in:
Yu Sung
2023-08-29 15:30:21 +09:00
parent e68961bd0d
commit 2aa3f944c8
2 changed files with 175 additions and 0 deletions

View File

@@ -154,6 +154,9 @@ struct ContentView: View {
case .userProfileDonationAll(let userId):
UserProfileDonationAllView(userId: userId)
case .userProfileFanTalkAll(let userId):
UserProfileFanTalkAllView(userId: userId)
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)