mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-06 06:09:07 +00:00
13 lines
248 B
C#
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
|
|
} |