AI-Studio/app/MindWork AI Studio/Components/Motivation.razor.cs
2024-08-21 08:30:01 +02:00

7 lines
123 B
C#

using Microsoft.AspNetCore.Components;
namespace AIStudio.Components;
public partial class Motivation : ComponentBase
{
}