mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 19:13:37 +00:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
@inherits MSGComponentBase
|
|
|
|
<div data-drop-zone-id="@this.dropZoneId">
|
|
<MudPaper Outlined="@true" Class="@this.dragClass">
|
|
@this.ChildContent
|
|
</MudPaper>
|
|
</div> |