AI-Studio/app/MindWork AI Studio/Components/PathDropZone.razor
2026-09-10 11:32:08 +02:00

7 lines
176 B
Plaintext

@inherits MSGComponentBase
<div data-drop-zone-id="@this.dropZoneId">
<MudPaper Outlined="@true" Class="@this.dragClass">
@this.ChildContent
</MudPaper>
</div>