AI-Studio/app/MindWork AI Studio/Components/Pages/About.razor.cs

7 lines
124 B
C#
Raw Normal View History

2024-05-19 18:54:43 +00:00
using Microsoft.AspNetCore.Components;
namespace AIStudio.Components.Pages;
public partial class About : ComponentBase
{
}