-=======
-
-
-
-
-
->>>>>>> Stashed changes
-
-
-
-
-
-
-
-
-
+
diff --git a/BlazorApp/BlazorApp/Components/InventoryComp.razor.cs b/BlazorApp/BlazorApp/Components/InventoryComp.razor.cs
index d442884..6ca14eb 100644
--- a/BlazorApp/BlazorApp/Components/InventoryComp.razor.cs
+++ b/BlazorApp/BlazorApp/Components/InventoryComp.razor.cs
@@ -6,15 +6,12 @@ using System.Collections.ObjectModel;
using System.Collections.Specialized;
using BlazorApp.Services;
using Blazorise.DataGrid;
-using Microsoft.Extensions.Options;
namespace BlazorApp.Components
{
public partial class InventoryComp
{
-
-
public Item CurrentDragItem { get; set; }
public int CurrentDragIndex { get; set; }
@@ -27,30 +24,17 @@ namespace BlazorApp.Components
public List