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

10 lines
154 B
Plaintext

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