- 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

@@ -1,6 +1,5 @@
using Avalonia;
using System;
using Avalonia.ReactiveUI;
namespace Nebula.Launcher;
@@ -18,6 +17,5 @@ sealed class Program
=> AppBuilder.Configure<App>()
.UsePlatformDetect()
.WithInterFont()
.UseReactiveUI()
.LogToTrace();
}