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

6 lines
197 B
C#

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