mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 11:41:38 +00:00
7 lines
151 B
C#
7 lines
151 B
C#
|
|
using Microsoft.AspNetCore.Components;
|
|||
|
|
|
|||
|
|
namespace AIStudio.Dialogs.Settings;
|
|||
|
|
|
|||
|
|
public partial class SettingsDialogPowerPoint : SettingsDialogBase
|
|||
|
|
{
|
|||
|
|
}
|