LANCommander/LANCommander.UI/Components/ChatMessage.razor

8 lines
129 B
Text
Raw Permalink Normal View History

<p>
@Content
</p>
@code {
[Parameter] public Guid Id { get; set; }
[Parameter] public string Content { get; set; }
}