- tweak: Dependency injection think
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user