Skip to content

Commit b18f5f4

Browse files
remove unused using
1 parent b1eb191 commit b18f5f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Threading;
55
using System.Threading.Tasks;
66
using System.Windows;
7-
using System.Windows.Input;
87
using Flow.Launcher.Core.Plugin;
98
using Flow.Launcher.Core.Resource;
109
using Flow.Launcher.Helper;
@@ -24,7 +23,6 @@
2423
using System.Collections.Specialized;
2524
using CommunityToolkit.Mvvm.Input;
2625
using System.Globalization;
27-
using System.Windows.Threading;
2826

2927
namespace Flow.Launcher.ViewModel
3028
{

0 commit comments

Comments
 (0)