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

6 lines
197 B
C#

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