Separating runtime from application code to improve building. Upgraded mooncore packages. Started switching to flyonui. Added PluginFramework plugin loading via mooncore
This commit is contained in:
6
Moonlight.Client/GlobalUsings.cs
Normal file
6
Moonlight.Client/GlobalUsings.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
// Global using directives
|
||||
|
||||
global using Microsoft.AspNetCore.Components.Web;
|
||||
global using Microsoft.JSInterop;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using MoonCore.Blazor.FlyonUi.Components;
|
||||
Reference in New Issue
Block a user