mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:39:47 +00:00
12 lines
232 B
C#
12 lines
232 B
C#
using AIStudio.Components;
|
|
|
|
namespace AIStudio.Pages;
|
|
|
|
public partial class Assistants : MSGComponentBase
|
|
{
|
|
#region Overrides of MSGComponentBase
|
|
|
|
public override string ComponentName => nameof(Assistants);
|
|
|
|
#endregion
|
|
} |