mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
|
@namespace Wabbajack.App.Blazor.Components
|
||
|
|
||
|
<h3>[TBI] Model Component</h3>
|
||
|
<p>@Content</p>
|
||
|
|
||
|
@code {
|
||
|
[Parameter]
|
||
|
public string Content { get; set; }
|
||
|
}
|