feat(chat-character): 신규 캐릭터 전체보기 화면 및 API 연동 추가
This commit is contained in:
		@@ -254,6 +254,9 @@ struct ContentView: View {
 | 
			
		||||
            case .chatRoom(let id):
 | 
			
		||||
                ChatRoomView(roomId: id)
 | 
			
		||||
                
 | 
			
		||||
            case .newCharacterAll:
 | 
			
		||||
                NewCharacterListView()
 | 
			
		||||
                
 | 
			
		||||
            default:
 | 
			
		||||
                EmptyView()
 | 
			
		||||
                    .frame(width: 0, height: 0, alignment: .topLeading)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user