차단 유저 리스트 페이지 추가

This commit is contained in:
Yu Sung
2024-09-04 18:00:11 +09:00
parent 2bea2365a0
commit 7408288d85
9 changed files with 342 additions and 4 deletions

View File

@@ -189,7 +189,9 @@ struct ContentView: View {
case .tempCanPayment(let orderType, let contentId, let title, let can):
CanPaymentTempView(orderType: orderType, contentId: contentId, title: title, can: can)
case .blockList:
BlockMemberListView()
default:
EmptyView()