chore(app): register MergeModalViewModel

This commit is contained in:
Mika Kuns
2026-04-22 09:47:19 +02:00
parent e11b01951e
commit ee4cd706ef

View File

@@ -78,6 +78,7 @@ sealed class Program
// ViewModels
sc.AddTransient<WorktreeModalViewModel>();
sc.AddTransient<SettingsModalViewModel>();
sc.AddTransient<MergeModalViewModel>();
// Islands shell VMs
sc.AddSingleton<ListsIslandViewModel>(sp =>