Recreated solution with web app template. Improved theme. Switched to ShadcnBlazor library
This commit is contained in:
9
Moonlight.Frontend/Startup/IAppStartup.cs
Normal file
9
Moonlight.Frontend/Startup/IAppStartup.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
|
||||
namespace Moonlight.Frontend.Startup;
|
||||
|
||||
public interface IAppStartup
|
||||
{
|
||||
public void PreBuild(WebAssemblyHostBuilder builder);
|
||||
public void PostBuild(WebAssemblyHost application);
|
||||
}
|
||||
Reference in New Issue
Block a user