10 lines
No EOL
168 B
Text
10 lines
No EOL
168 B
Text
@namespace LANCommander.UI.Components
|
|
|
|
<p>
|
|
@Content
|
|
</p>
|
|
|
|
@code {
|
|
[Parameter] public Guid Id { get; set; }
|
|
[Parameter] public string Content { get; set; }
|
|
} |