AI-Studio/app/MindWork AI Studio/Components/Settings/SettingsPanelMyTasks.razor.cs

6 lines
191 B
C#
Raw Normal View History

2025-01-05 14:11:15 +00:00
namespace AIStudio.Components.Settings;
public partial class SettingsPanelMyTasks : SettingsPanelBase
{
protected override SettingsPanel Type => SettingsPanel.ASSISTANT_MY_TASKS_PANEL;
}