Explorar o código

fix: error conflict merge

ArrayKat2 hai 4 meses
pai
achega
326b6ec0e1
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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() {