Skip to content

Commit 680b716

Browse files
committed
removed unecessary imports
1 parent 9c08ce5 commit 680b716

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

App/App.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
using Serilog;
2323
using LaunchActivatedEventArgs = Microsoft.UI.Xaml.LaunchActivatedEventArgs;
2424
using Microsoft.Windows.AppNotifications;
25-
using Coder.Desktop.App.Controls;
2625

2726
namespace Coder.Desktop.App;
2827

App/Views/FileSyncListWindow.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
using Coder.Desktop.App.ViewModels;
22
using Coder.Desktop.App.Views.Pages;
3-
using Microsoft.UI.Xaml;
4-
using Microsoft.UI;
53
using Microsoft.UI.Xaml.Media;
6-
using WinRT.Interop;
74
using WinUIEx;
8-
using Microsoft.UI.Windowing;
9-
using System;
10-
using System.IO;
115
using Coder.Desktop.App.Controls;
126

137
namespace Coder.Desktop.App.Views;

0 commit comments

Comments
 (0)