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

6 lines
195 B
C#

namespace AIStudio.Components.Settings;
public partial class SettingsPanelERIServer : SettingsPanelBase
{
protected override SettingsPanel Type => SettingsPanel.ASSISTANT_ERI_SERVER_PANEL;
}