AI-Studio/app/MindWork AI Studio/Components/Layout/MainLayout.razor.cs

13 lines
248 B
C#

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