Skip to content

Commit 1017501

Browse files
committed
Fix namespace issue
1 parent 256ae5c commit 1017501

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Flow.Launcher.Infrastructure/UserSettings/CustomExplorerViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using CommunityToolkit.Mvvm.DependencyInjection;
33
using Flow.Launcher.Plugin;
44

5-
namespace Flow.Launcher.ViewModel
5+
namespace Flow.Launcher.Infrastructure.UserSettings
66
{
77
public class CustomExplorerViewModel : BaseModel
88
{

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using Flow.Launcher.Infrastructure.Storage;
1010
using Flow.Launcher.Plugin;
1111
using Flow.Launcher.Plugin.SharedModels;
12-
using Flow.Launcher.ViewModel;
1312

1413
namespace Flow.Launcher.Infrastructure.UserSettings
1514
{

0 commit comments

Comments
 (0)