mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 21:41:36 +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
|
|
{
|
|
} |