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

7 lines
123 B
C#
Raw Normal View History

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