mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 05:02:56 +00:00
5 lines
115 B
C#
5 lines
115 B
C#
|
using Microsoft.AspNetCore.Components;
|
||
|
|
||
|
namespace AIStudio.Pages;
|
||
|
|
||
|
public partial class Assistants : ComponentBase;
|