@using SystemX.Core.Services @using WebClient.Library.Config @inherits LayoutComponentBase @inject ConfigService configService
@Body
Footer
@code { bool sidebarExpanded = true; }