namespace MindWork_AI_Studio.Components.Layout; public partial class MainLayout { #region Overrides of ComponentBase protected override async Task OnInitializedAsync() { await base.OnInitializedAsync(); } #endregion }