Skip to content

Commit 28ab71f

Browse files
committed
Fix build issue
1 parent 9b0d3f2 commit 28ab71f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Flow.Launcher.Infrastructure/Storage/FlowLauncherJsonStorage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using CommunityToolkit.Mvvm.DependencyInjection;
44
using Flow.Launcher.Infrastructure.UserSettings;
55
using Flow.Launcher.Plugin;
6+
using Flow.Launcher.Plugin.SharedCommands;
67

78
namespace Flow.Launcher.Infrastructure.Storage
89
{

Flow.Launcher.Infrastructure/Storage/PluginJsonStorage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using CommunityToolkit.Mvvm.DependencyInjection;
44
using Flow.Launcher.Infrastructure.UserSettings;
55
using Flow.Launcher.Plugin;
6+
using Flow.Launcher.Plugin.SharedCommands;
67

78
namespace Flow.Launcher.Infrastructure.Storage
89
{

0 commit comments

Comments
 (0)