We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c08ce5 commit 680b716Copy full SHA for 680b716
App/App.xaml.cs
@@ -22,7 +22,6 @@
22
using Serilog;
23
using LaunchActivatedEventArgs = Microsoft.UI.Xaml.LaunchActivatedEventArgs;
24
using Microsoft.Windows.AppNotifications;
25
-using Coder.Desktop.App.Controls;
26
27
namespace Coder.Desktop.App;
28
App/Views/FileSyncListWindow.xaml.cs
@@ -1,13 +1,7 @@
1
using Coder.Desktop.App.ViewModels;
2
using Coder.Desktop.App.Views.Pages;
3
-using Microsoft.UI.Xaml;
4
-using Microsoft.UI;
5
using Microsoft.UI.Xaml.Media;
6
-using WinRT.Interop;
7
using WinUIEx;
8
-using Microsoft.UI.Windowing;
9
-using System;
10
-using System.IO;
11
using Coder.Desktop.App.Controls;
12
13
namespace Coder.Desktop.App.Views;
0 commit comments