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

7 lines
208 B
C#

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