Skip to content

Commit

Permalink
refactor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Oct 27, 2024
1 parent a90347e commit 4d414d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MimaSim/MimaSim.Browser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ private static Task Main(string[] args)
{
Locator.CurrentMutable.RegisterLazySingleton<ICache>(() => new BrowserCache());
Locator.CurrentMutable.RegisterLazySingleton<IInterop>(() => new Interop());
Locator.CurrentMutable.RegisterLazySingleton<INetworkService>(() => new NetworkService());

return BuildAvaloniaApp()
.WithInterFont()
Expand Down

0 comments on commit 4d414d1

Please sign in to comment.