- tweak: Dependency injection think

This commit is contained in:
2024-12-21 13:11:30 +03:00
parent 9a1bd44a6e
commit 42fde38db6
27 changed files with 541 additions and 242 deletions

View File

@@ -0,0 +1,8 @@
using Nebula.Launcher.Views.Pages;
namespace Nebula.Launcher.ViewModels;
public class AccountInfoViewModel : ViewModelBase, ITab
{
}