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

7 lines
129 B
C#
Raw Normal View History

2024-06-01 10:08:48 +00:00
using Microsoft.AspNetCore.Components;
namespace AIStudio.Components.Pages;
public partial class Supporters : ComponentBase
{
}