Solution containing Blazor Server, Blazor Webassembly and Maui Blazor with a shared Razor component library with bare minimum setup to quickly get started with one component codebase for all three Blazor projects. Includes User authorization login for Maui Blazor
Quickly change the layout for all Blazor projects by editing the App.razor file in the Blazor.Razor.Shared Component library
RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)"