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