AI-Studio/app/MindWork AI Studio/Components/Blocks/Motivation.razor.cs

7 lines
130 B
C#
Raw Normal View History

2024-06-01 20:16:10 +00:00
using Microsoft.AspNetCore.Components;
namespace AIStudio.Components.Blocks;
public partial class Motivation : ComponentBase
{
}