Skip to content

Commit

Permalink
prj: Remove unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
tajbender committed Oct 12, 2024
1 parent 86b7073 commit 8a99819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/electrifier/Controls/Vanara/ExplorerBrowser.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using CommunityToolkit.Mvvm.Input;
using CommunityToolkit.WinUI;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Media.Imaging;
using Microsoft.UI.Xaml;
Expand Down
1 change: 0 additions & 1 deletion src/electrifier/Controls/Vanara/ExplorerBrowserItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Runtime.CompilerServices;
using System.Diagnostics;
using System.ComponentModel;
using CommunityToolkit.WinUI.Controls;

namespace electrifier.Controls.Vanara;

Expand Down

0 comments on commit 8a99819

Please sign in to comment.