mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-27 23:43:45 -05:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
<PageTitle>@ChildContent - AliasVault Admin</PageTitle>
|
|
|
|
@code {
|
|
/// <summary>
|
|
/// Child content.
|
|
/// </summary>
|
|
[Parameter]
|
|
public RenderFragment ChildContent { get; set; } = default!;
|
|
}
|