소스 검색

fix: error conflict merge

ArrayKat2 4 달 전
부모
커밋
326b6ec0e1
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      HelloItQuantum/ViewModels/LabyrinthViewModel.cs

+ 1 - 3
HelloItQuantum/ViewModels/LabyrinthViewModel.cs

@@ -46,10 +46,8 @@ namespace HelloItQuantum.ViewModels
             tb.CornerRadius = new CornerRadius(10);
             tb.Margin = new Thickness(5);
             ListCommandForRobots.Children.Add(tb);
-<<<<<<< HEAD
-=======
             listContent.Add(tb.Text);
->>>>>>> newBranchK
+
         }
         
         public void DeleteCommand() {