Skip to content

Commit 4b1c092

Browse files
committed
removed unecessary usings
1 parent 2b63bcc commit 4b1c092

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

App/Views/TrayWindow.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,17 @@
44
using Coder.Desktop.App.Utils;
55
using Coder.Desktop.App.Views.Pages;
66
using CommunityToolkit.Mvvm.Input;
7-
using Microsoft.Extensions.Configuration;
87
using Microsoft.UI;
9-
using Microsoft.UI.Composition;
10-
using Microsoft.UI.Composition.SystemBackdrops;
118
using Microsoft.UI.Input;
129
using Microsoft.UI.Windowing;
1310
using Microsoft.UI.Xaml;
1411
using Microsoft.UI.Xaml.Controls;
15-
using Microsoft.UI.Xaml.Media;
1612
using Microsoft.UI.Xaml.Media.Animation;
1713
using System;
18-
using System.Diagnostics;
1914
using System.Runtime.InteropServices;
2015
using Windows.Graphics;
2116
using Windows.System;
2217
using Windows.UI.Core;
23-
using WinRT;
2418
using WinRT.Interop;
2519
using WindowActivatedEventArgs = Microsoft.UI.Xaml.WindowActivatedEventArgs;
2620

0 commit comments

Comments
 (0)