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

6 lines
198 B
C#

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