Files
Atomx/Atomx.Admin/Atomx.Admin.Client/Pages/Systems/Info.razor

9 lines
150 B
Plaintext

@page "/system/info"
@page "/{locale}/system/info"
<h3>Info</h3>
@code {
[Parameter]
public string Locale { get; set; } = string.Empty;
}