mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 22:29:07 +00:00
7 lines
128 B
C#
7 lines
128 B
C#
using Microsoft.AspNetCore.Components;
|
|
|
|
namespace AIStudio.Chat;
|
|
|
|
public partial class ContentBlockComponent : ComponentBase
|
|
{
|
|
} |