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

13 lines
248 B
C#
Raw Normal View History

2024-04-05 14:16:33 +00:00
namespace MindWork_AI_Studio.Components.Layout;
public partial class MainLayout
{
#region Overrides of ComponentBase
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();
}
#endregion
}