mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-10-28 19:40:20 +00:00
5 lines
129 B
C#
5 lines
129 B
C#
|
|
using Microsoft.AspNetCore.Components;
|
||
|
|
|
||
|
|
namespace AIStudio.Components;
|
||
|
|
|
||
|
|
public partial class PreviewExperimental : ComponentBase;
|