@using Koogle.Web.Services @inherits LayoutComponentBase @code { // Default theme - configurable for future theme selection private MudTheme _theme = CustomThemes.DefaultTheme; } @Body