@Body
@inherits LayoutComponentBase @using BlazorWebAssembly.Services @using Microsoft.AspNetCore.Components.Authorization @inject ThemeService ThemeService @inject AuthenticationStateProvider AuthStateProvider
@code { protected override async Task OnInitializedAsync() { await ThemeService.InitializeAsync(); } }